/external/mesa3d/src/gallium/frontends/xvmc/ |
D | surface.c | 108 desc->picture_structure = surface->picture_structure; in GetPictureDescription() 141 if (surface->picture_structure) { in RecursiveEndFrame() 144 surface->picture_structure = 0; in RecursiveEndFrame() 218 Status XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure, in XvMCRenderSurface() argument 244 if (picture_structure != XVMC_TOP_FIELD && in XvMCRenderSurface() 245 picture_structure != XVMC_BOTTOM_FIELD && in XvMCRenderSurface() 246 picture_structure != XVMC_FRAME_PICTURE) in XvMCRenderSurface() 285 if (target_surface_priv->picture_structure > 0 && ( in XvMCRenderSurface() 286 target_surface_priv->picture_structure != picture_structure || in XvMCRenderSurface() 298 if (target_surface_priv->picture_structure) in XvMCRenderSurface() [all …]
|
D | xvmc_private.h | 72 unsigned picture_structure; member
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 38 uint16_t picture_structure; // 32 member 229 pic_vp->picture_structure = 3; in nouveau_vp3_fill_picparm_mpeg12_vp() 231 pic_vp->picture_structure = desc->picture_structure; in nouveau_vp3_fill_picparm_mpeg12_vp() 233 assert(desc->picture_structure != 4); in nouveau_vp3_fill_picparm_mpeg12_vp() 234 if (desc->picture_structure == 4) // Untested, but should work in nouveau_vp3_fill_picparm_mpeg12_vp() 247 …pic_vp->unk30 = desc->picture_structure < 3 && (desc->picture_structure == 2 - desc->top_field_fir… in nouveau_vp3_fill_picparm_mpeg12_vp() 469 switch (desc.mpeg12->picture_structure) { in nouveau_vp3_vp_caps()
|
D | nouveau_video.c | 167 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) { in nouveau_vpe_mb_dct_header() 172 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_BOTTOM) in nouveau_vpe_mb_dct_header() 275 bool frame = dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME; in nouveau_vpe_mb_mv_header() 324 dec->picture_structure != PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP, in nouveau_vpe_mb_mv_header() 328 dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP, in nouveau_vpe_mb_mv_header() 426 dec->picture_structure = desc->picture_structure; in nouveau_decoder_decode_macroblock()
|
D | nouveau_vp3_video_bsp.c | 35 uint8_t picture_structure; member 121 pic_bsp->picture_structure = desc->picture_structure; in nouveau_vp3_fill_picparm_mpeg12_bsp()
|
D | nouveau_video.h | 37 unsigned picture_structure; member
|
/external/mesa3d/src/gallium/frontends/va/ |
D | picture_mpeg12.c | 60 context->desc.mpeg12.picture_structure = in vlVaHandlePictureParameterBufferMPEG12() 61 mpeg2->picture_coding_extension.bits.picture_structure; in vlVaHandlePictureParameterBufferMPEG12()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_enc_3_0.c | 96 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture0.picture_structure); in radeon_enc_encode_params_h264() 101 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l0_reference_picture1.picture_structure); in radeon_enc_encode_params_h264() 106 RADEON_ENC_CS(enc->enc_pic.h264_enc_params.picture_info_l1_reference_picture0.picture_structure); in radeon_enc_encode_params_h264()
|
D | radeon_vce.h | 235 uint32_t picture_structure; member
|
D | radeon_vcn_enc.h | 268 unsigned int picture_structure; member
|
D | radeon_vce_52.c | 259 RVCE_CS(enc->enc_pic.eo.picture_structure); in encode()
|
D | radeon_uvd.c | 896 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
|
D | radeon_vcn_dec.c | 758 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 879 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) { in decode_slice() 888 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice() 894 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME && in decode_slice() 908 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice() 915 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 473 uint8_t picture_structure; // 27 member 518 header.picture_structure = desc->picture_structure; in nv84_decoder_vp_mpeg12()
|
/external/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_mpeg12.c | 303 priv->picture.mpeg12.picture_structure = vl_vlc_get_uimsbf(vlc, 2); in vid_dec_mpeg12_Decode()
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 242 picture->picture_structure = picture_info->picture_structure; in vlVdpDecoderRenderMpeg12()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.h | 235 uint32_t picture_structure; member
|
D | radeon_uvd.c | 589 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 173 unsigned picture_structure; member
|