Searched refs:picture_structure (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
D | surface.c | 107 desc->picture_structure = surface->picture_structure; in GetPictureDescription() 140 if (surface->picture_structure) { in RecursiveEndFrame() 143 surface->picture_structure = 0; in RecursiveEndFrame() 211 Status XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure, in XvMCRenderSurface() argument 237 if (picture_structure != XVMC_TOP_FIELD && in XvMCRenderSurface() 238 picture_structure != XVMC_BOTTOM_FIELD && in XvMCRenderSurface() 239 picture_structure != XVMC_FRAME_PICTURE) in XvMCRenderSurface() 278 if (target_surface_priv->picture_structure > 0 && ( in XvMCRenderSurface() 279 target_surface_priv->picture_structure != picture_structure || in XvMCRenderSurface() 291 if (target_surface_priv->picture_structure) in XvMCRenderSurface() [all …]
|
D | xvmc_private.h | 72 int picture_structure; member
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 107 desc->picture_structure = surface->picture_structure; in GetPictureDescription() 140 if (surface->picture_structure) { in RecursiveEndFrame() 143 surface->picture_structure = 0; in RecursiveEndFrame() 211 Status XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure, in XvMCRenderSurface() argument 237 if (picture_structure != XVMC_TOP_FIELD && in XvMCRenderSurface() 238 picture_structure != XVMC_BOTTOM_FIELD && in XvMCRenderSurface() 239 picture_structure != XVMC_FRAME_PICTURE) in XvMCRenderSurface() 278 if (target_surface_priv->picture_structure > 0 && ( in XvMCRenderSurface() 279 target_surface_priv->picture_structure != picture_structure || in XvMCRenderSurface() 291 if (target_surface_priv->picture_structure) in XvMCRenderSurface() [all …]
|
D | xvmc_private.h | 72 int picture_structure; member
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 856 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) { in decode_slice() 865 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice() 871 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME && in decode_slice() 885 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice() 892 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 856 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) { in decode_slice() 865 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice() 871 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME && in decode_slice() 885 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice() 892 if (bs->desc->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) in decode_slice()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 178 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) { in nouveau_vpe_mb_dct_header() 183 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_BOTTOM) in nouveau_vpe_mb_dct_header() 286 bool frame = dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME; in nouveau_vpe_mb_mv_header() 335 dec->picture_structure != PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP, in nouveau_vpe_mb_mv_header() 339 dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP, in nouveau_vpe_mb_mv_header() 439 dec->picture_structure = desc->picture_structure; in nouveau_decoder_decode_macroblock()
|
D | nouveau_video.h | 37 unsigned picture_structure; member
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 178 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME) { in nouveau_vpe_mb_dct_header() 183 if (dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_BOTTOM) in nouveau_vpe_mb_dct_header() 286 bool frame = dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FRAME; in nouveau_vpe_mb_mv_header() 335 dec->picture_structure != PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP, in nouveau_vpe_mb_mv_header() 339 dec->picture_structure == PIPE_MPEG12_PICTURE_STRUCTURE_FIELD_TOP, in nouveau_vpe_mb_mv_header() 439 dec->picture_structure = desc->picture_structure; in nouveau_decoder_decode_macroblock()
|
D | nouveau_video.h | 37 unsigned picture_structure; member
|
/external/chromium_org/third_party/libva/va/ |
D | va_enc_mpeg2.h | 222 unsigned int picture_structure : 2; member
|
D | va.h | 1116 unsigned int picture_structure : 2; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
D | p_video_state.h | 124 unsigned picture_structure; member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 124 unsigned picture_structure; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
D | decode.c | 211 picture->picture_structure = picture_info->picture_structure; in vlVdpDecoderRenderMpeg12()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 211 picture->picture_structure = picture_info->picture_structure; in vlVdpDecoderRenderMpeg12()
|