Home
last modified time | relevance | path

Searched refs:picture_structure (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/frontends/xvmc/
Dsurface.c108 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 …]
Dxvmc_private.h72 unsigned picture_structure; member
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c38 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()
Dnouveau_video.c167 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()
Dnouveau_vp3_video_bsp.c35 uint8_t picture_structure; member
121 pic_bsp->picture_structure = desc->picture_structure; in nouveau_vp3_fill_picparm_mpeg12_bsp()
Dnouveau_video.h37 unsigned picture_structure; member
/external/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg12.c60 context->desc.mpeg12.picture_structure = in vlVaHandlePictureParameterBufferMPEG12()
61 mpeg2->picture_coding_extension.bits.picture_structure; in vlVaHandlePictureParameterBufferMPEG12()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc_3_0.c96 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()
Dradeon_vce.h235 uint32_t picture_structure; member
Dradeon_vcn_enc.h268 unsigned int picture_structure; member
Dradeon_vce_52.c259 RVCE_CS(enc->enc_pic.eo.picture_structure); in encode()
Dradeon_uvd.c896 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
Dradeon_vcn_dec.c758 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c879 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/
Dnv84_video_vp.c473 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/
Dvid_dec_mpeg12.c303 priv->picture.mpeg12.picture_structure = vl_vlc_get_uimsbf(vlc, 2); in vid_dec_mpeg12_Decode()
/external/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c242 picture->picture_structure = picture_info->picture_structure; in vlVdpDecoderRenderMpeg12()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h235 uint32_t picture_structure; member
Dradeon_uvd.c589 result.pic_structure = pic->picture_structure; in get_mpeg2_msg()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h173 unsigned picture_structure; member