Searched refs:vop_coding_type (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_mpeg4.c63 context->desc.mpeg4.vop_coding_type = mpeg4->vop_fields.bits.vop_coding_type;
152 unsigned int vop_coding_type = context->desc.mpeg4.vop_coding_type; local in function:vlVaDecoderFixMPEG4Startcode
156 if (vop_coding_type+1 == PIPE_MPEG12_PICTURE_CODING_TYPE_I) {
178 write_bits(&bs_vop, vop_coding_type, 2);
181 vop_coding_type+1 != PIPE_MPEG12_PICTURE_CODING_TYPE_I;
192 if (vop_coding_type+1 == PIPE_MPEG12_PICTURE_CODING_TYPE_P)
201 if (vop_coding_type+1 != PIPE_MPEG12_PICTURE_CODING_TYPE_I)
203 if (vop_coding_type
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_mpeg4.c63 context->desc.mpeg4.vop_coding_type = mpeg4->vop_fields.bits.vop_coding_type;
152 unsigned int vop_coding_type = context->desc.mpeg4.vop_coding_type; local in function:vlVaDecoderFixMPEG4Startcode
156 if (vop_coding_type+1 == PIPE_MPEG12_PICTURE_CODING_TYPE_I) {
178 write_bits(&bs_vop, vop_coding_type, 2);
181 vop_coding_type+1 != PIPE_MPEG12_PICTURE_CODING_TYPE_I;
192 if (vop_coding_type+1 == PIPE_MPEG12_PICTURE_CODING_TYPE_P)
201 if (vop_coding_type+1 != PIPE_MPEG12_PICTURE_CODING_TYPE_I)
203 if (vop_coding_type
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c75 uint8_t vop_coding_type; // 55 member in struct:mpeg4_picparm_vp
274 *is_ref = desc->vop_coding_type <= 1;
299 pic_vp->vop_coding_type = desc->vop_coding_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c75 uint8_t vop_coding_type; // 55 member in struct:mpeg4_picparm_vp
274 *is_ref = desc->vop_coding_type <= 1;
299 pic_vp->vop_coding_type = desc->vop_coding_type;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_video_state.h237 uint8_t vop_coding_type; member in struct:pipe_mpeg4_picture_desc
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.h482 unsigned char vop_coding_type; member in struct:rvcn_dec_message_mpeg4_asp_vld_s::__anon64ebc0590708
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Ddecode.c288 picture->vop_coding_type = picture_info->vop_coding_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Ddecode.c288 picture->vop_coding_type = picture_info->vop_coding_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_video_state.h222 uint8_t vop_coding_type; member in struct:pipe_mpeg4_picture_desc
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.h670 unsigned char vop_coding_type; member in struct:rvcn_dec_message_mpeg4_asp_vld_s::__anone7b8034c0708
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h3175 uint8_t vop_coding_type; member in struct:__anone9fa26371108
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp456 (uint32_t)picture_info_mpeg4->vop_coding_type,

Completed in 30 milliseconds