Home
last modified time | relevance | path

Searched refs:PIPE_VIDEO_FORMAT_MPEG12 (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c41 case PIPE_VIDEO_FORMAT_MPEG12: in vl_profile_supported()
87 case PIPE_VIDEO_FORMAT_MPEG12: in vl_create_decoder()
Dvl_mpeg12_decoder.c667 assert(macroblocks && macroblocks->codec == PIPE_VIDEO_FORMAT_MPEG12); in vl_mpeg12_decode_macroblock()
1114 assert(u_reduce_video_profile(templat->profile) == PIPE_VIDEO_FORMAT_MPEG12); in vl_create_mpeg12_decoder()
Dvl_mpeg12_bitstream.c817 mb.base.codec = PIPE_VIDEO_FORMAT_MPEG12; in decode_slice()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_enums.h38 PIPE_VIDEO_FORMAT_MPEG12, /**< MPEG1, MPEG2 */ enumerator
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c250 case PIPE_VIDEO_FORMAT_MPEG12: in rvid_get_video_param()
288 return codec != PIPE_VIDEO_FORMAT_MPEG12 && in rvid_get_video_param()
Dradeon_uvd.c206 case PIPE_VIDEO_FORMAT_MPEG12: in profile2stream_type()
438 case PIPE_VIDEO_FORMAT_MPEG12: in calc_dpb_size()
1114 case PIPE_VIDEO_FORMAT_MPEG12: in ruvd_end_frame()
1181 case PIPE_VIDEO_FORMAT_MPEG12: in ruvd_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c240 case PIPE_VIDEO_FORMAT_MPEG12: { in vp3_getpath()
259 case PIPE_VIDEO_FORMAT_MPEG12: { in vp4_getpath()
328 case PIPE_VIDEO_FORMAT_MPEG12: { in nouveau_vp3_load_firmware()
Dnouveau_vp3_video.h196 if (u_reduce_video_profile(dec->base.profile) == PIPE_VIDEO_FORMAT_MPEG12) in nouveau_vp3_inter_sizes()
Dnouveau_vp3_video_bsp.c295 case PIPE_VIDEO_FORMAT_MPEG12: in nouveau_vp3_bsp_end()
Dnouveau_video.c516 if (u_reduce_video_profile(templ->profile) != PIPE_VIDEO_FORMAT_MPEG12) in nouveau_create_decoder()
840 u_reduce_video_profile(profile) == PIPE_VIDEO_FORMAT_MPEG12; in nouveau_screen_get_video_param()
Dnouveau_vp3_video_vp.c466 case PIPE_VIDEO_FORMAT_MPEG12: in nouveau_vp3_vp_caps()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c139 case PIPE_VIDEO_FORMAT_MPEG12: in handlePictureParameterBuffer()
192 case PIPE_VIDEO_FORMAT_MPEG12: in handleIQMatrixBuffer()
217 case PIPE_VIDEO_FORMAT_MPEG12: in handleSliceParameterBuffer()
Dcontext.c246 case PIPE_VIDEO_FORMAT_MPEG12: in vlVaCreateContext()
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h51 return PIPE_VIDEO_FORMAT_MPEG12; in u_reduce_video_profile()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video_ppp.c100 case PIPE_VIDEO_FORMAT_MPEG12: { in nvc0_decoder_ppp()
Dnvc0_video.c218 case PIPE_VIDEO_FORMAT_MPEG12: { in nvc0_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video_ppp.c100 case PIPE_VIDEO_FORMAT_MPEG12: { in nv98_decoder_ppp()
Dnv98_video_bsp.c132 int mpeg12 = (codec == PIPE_VIDEO_FORMAT_MPEG12); in nv98_decoder_bsp()
Dnv98_video.c196 case PIPE_VIDEO_FORMAT_MPEG12: { in nv98_create_decoder()
Dnv84_video.c277 int is_mpeg12 = u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_MPEG12; in nv84_create_decoder()
813 codec == PIPE_VIDEO_FORMAT_MPEG12) && in nv84_screen_get_video_param()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c61 mb->base.codec = PIPE_VIDEO_FORMAT_MPEG12; in MacroBlocksToPipe()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddecode.c651 case PIPE_VIDEO_FORMAT_MPEG12: in vlVdpDecoderRender()