Home
last modified time | relevance | path

Searched refs:chroma_format (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
Dcontext.c47 bool *found_port, int *screen, int *chroma_format, in Validate() argument
62 assert(chroma_format); in Validate()
97 *chroma_format = surface_info[l].chroma_format; in Validate()
112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate()
186 int chroma_format = 0; in XvMCCreateContext() local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext()
213 if (chroma_format != XVMC_CHROMA_FORMAT_420) { in XvMCCreateContext()
251 FormatToPipe(chroma_format), in XvMCCreateContext()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dcontext.c47 bool *found_port, int *screen, int *chroma_format, in Validate() argument
62 assert(chroma_format); in Validate()
97 *chroma_format = surface_info[l].chroma_format; in Validate()
112 i, port, surface_type_id, max_width, max_height, *chroma_format, in Validate()
186 int chroma_format = 0; in XvMCCreateContext() local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext()
213 if (chroma_format != XVMC_CHROMA_FORMAT_420) { in XvMCCreateContext()
251 FormatToPipe(chroma_format), in XvMCCreateContext()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtestlib.c47 unsigned int chroma_format, in GetPort() argument
80 surface_info[j].chroma_format == chroma_format && in GetPort()
Dtestlib.h56 unsigned int chroma_format,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
Dtestlib.c47 unsigned int chroma_format, in GetPort() argument
80 surface_info[j].chroma_format == chroma_format && in GetPort()
Dtestlib.h56 unsigned int chroma_format,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_decoder.c51 enum pipe_video_chroma_format chroma_format, in vl_create_decoder() argument
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format, in vl_create_decoder()
Dvl_mpeg12_decoder.c904 templat.chroma_format = dec->base.chroma_format; in init_idct()
918 templat.chroma_format = dec->base.chroma_format; in init_idct()
969 templat.chroma_format = dec->base.chroma_format; in init_mc_source_widthout_idct()
1026 enum pipe_video_chroma_format chroma_format, in vl_create_mpeg12_decoder() argument
1044 dec->base.chroma_format = chroma_format; in vl_create_mpeg12_decoder()
1062 assert(dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in vl_create_mpeg12_decoder()
1064 if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vl_create_mpeg12_decoder()
1068 } else if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vl_create_mpeg12_decoder()
Dvl_decoder.h47 enum pipe_video_chroma_format chroma_format,
Dvl_mpeg12_decoder.h110 enum pipe_video_chroma_format chroma_format,
Dvl_video_buffer.c232 if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vl_vide_buffer_template()
235 } else if (tmpl->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vl_vide_buffer_template()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_decoder.c51 enum pipe_video_chroma_format chroma_format, in vl_create_decoder() argument
73 return vl_create_mpeg12_decoder(pipe, profile, entrypoint, chroma_format, in vl_create_decoder()
Dvl_mpeg12_decoder.c904 templat.chroma_format = dec->base.chroma_format; in init_idct()
918 templat.chroma_format = dec->base.chroma_format; in init_idct()
969 templat.chroma_format = dec->base.chroma_format; in init_mc_source_widthout_idct()
1026 enum pipe_video_chroma_format chroma_format, in vl_create_mpeg12_decoder() argument
1044 dec->base.chroma_format = chroma_format; in vl_create_mpeg12_decoder()
1062 assert(dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in vl_create_mpeg12_decoder()
1064 if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vl_create_mpeg12_decoder()
1068 } else if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vl_create_mpeg12_decoder()
Dvl_decoder.h47 enum pipe_video_chroma_format chroma_format,
Dvl_mpeg12_decoder.h110 enum pipe_video_chroma_format chroma_format,
/external/mesa3d/src/gallium/include/pipe/
Dp_video_decoder.h52 enum pipe_video_chroma_format chroma_format; member
110 enum pipe_video_chroma_format chroma_format; member
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_video_decoder.h52 enum pipe_video_chroma_format chroma_format; member
110 enum pipe_video_chroma_format chroma_format; member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Dsurface.c85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type); in vlVdpVideoSurfaceCreate()
157 *chroma_type = PipeToChroma(p_surf->video_buffer->chroma_format); in vlVdpVideoSurfaceGetParameters()
161 *chroma_type = PipeToChroma(p_surf->templat.chroma_format); in vlVdpVideoSurfaceGetParameters()
175 if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vlVdpVideoSurfaceSize()
178 } else if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vlVdpVideoSurfaceSize()
Dmixer.c111 vmixer->chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vlVdpVideoMixerCreate()
122 vmixer->chroma_format = ChromaToPipe(*(VdpChromaType*)parameter_values[i]); in vlVdpVideoMixerCreate()
243 vmixer->chroma_format != surf->video_buffer->chroma_format) in vlVdpVideoMixerRender()
687 *(VdpChromaType*)parameter_values[i] = PipeToChroma(vmixer->chroma_format); in vlVdpVideoMixerGetParameterValues()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dsurface.c85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type); in vlVdpVideoSurfaceCreate()
157 *chroma_type = PipeToChroma(p_surf->video_buffer->chroma_format); in vlVdpVideoSurfaceGetParameters()
161 *chroma_type = PipeToChroma(p_surf->templat.chroma_format); in vlVdpVideoSurfaceGetParameters()
175 if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vlVdpVideoSurfaceSize()
178 } else if (p_surf->templat.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vlVdpVideoSurfaceSize()
Dmixer.c111 vmixer->chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vlVdpVideoMixerCreate()
122 vmixer->chroma_format = ChromaToPipe(*(VdpChromaType*)parameter_values[i]); in vlVdpVideoMixerCreate()
243 vmixer->chroma_format != surf->video_buffer->chroma_format) in vlVdpVideoMixerRender()
687 *(VdpChromaType*)parameter_values[i] = PipeToChroma(vmixer->chroma_format); in vlVdpVideoMixerGetParameterValues()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c511 enum pipe_video_chroma_format chroma_format, in nouveau_create_decoder() argument
570 dec->base.chroma_format = chroma_format; in nouveau_create_decoder()
653 chroma_format, width, height, in nouveau_create_decoder()
800 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in nouveau_video_buffer_create()
813 buffer->base.chroma_format = templat->chroma_format; in nouveau_video_buffer_create()
883 enum pipe_video_chroma_format chroma_format, in nouveau_context_create_decoder() argument
889 chroma_format, width, height, in nouveau_context_create_decoder()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
Dnouveau_video.c511 enum pipe_video_chroma_format chroma_format, in nouveau_create_decoder() argument
570 dec->base.chroma_format = chroma_format; in nouveau_create_decoder()
653 chroma_format, width, height, in nouveau_create_decoder()
800 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in nouveau_video_buffer_create()
813 buffer->base.chroma_format = templat->chroma_format; in nouveau_video_buffer_create()
883 enum pipe_video_chroma_format chroma_format, in nouveau_context_create_decoder() argument
889 chroma_format, width, height, in nouveau_context_create_decoder()
/external/libhevc/test/decoder/
Dtest.cfg5 --chroma_format YUV_420P
/external/chromium_org/third_party/libva/va/
Dva_enc_mpeg2.h143 unsigned int chroma_format : 2; member

12