HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_VIDEO_PROFILE_MPEG1 (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/include/pipe/
p_video_enums.h 48 PIPE_VIDEO_PROFILE_MPEG1,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_decoder.c 53 case PIPE_VIDEO_PROFILE_MPEG1:
vl_mpeg12_bitstream.c 773 bs->decoder->profile == PIPE_VIDEO_PROFILE_MPEG1) {
858 if (bs->decoder->profile == PIPE_VIDEO_PROFILE_MPEG1) {
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_video.c 251 return profile != PIPE_VIDEO_PROFILE_MPEG1;
299 case PIPE_VIDEO_PROFILE_MPEG1:
  /external/mesa3d/src/gallium/auxiliary/util/
u_video.h 48 case PIPE_VIDEO_PROFILE_MPEG1:
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video_ppp.c 101 unsigned mpeg2 = dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1;
nv84_video_vp.c 264 int mpeg1 = dec->base.profile == PIPE_VIDEO_PROFILE_MPEG1;
nv84_video.c 829 case PIPE_VIDEO_PROFILE_MPEG1:
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video_ppp.c 101 unsigned mpeg2 = dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 225 return PIPE_VIDEO_PROFILE_MPEG1;
265 case PIPE_VIDEO_PROFILE_MPEG1:
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.c 448 profile >= PIPE_VIDEO_PROFILE_MPEG1 &&
466 case PIPE_VIDEO_PROFILE_MPEG1:
nouveau_vp3_video_bsp.c 131 return (desc->num_slices << 4) | (dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1);
nouveau_vp3_video_vp.c 228 if (dec->base.profile == PIPE_VIDEO_PROFILE_MPEG1)
262 return ret | (dec->base.profile != PIPE_VIDEO_PROFILE_MPEG1);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 107 desc->base.profile = PIPE_VIDEO_PROFILE_MPEG1;

Completed in 1016 milliseconds