Home
last modified time | relevance | path

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

12

/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
206 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags, in XvMCCreateContext()
214 if (chroma_format != XVMC_CHROMA_FORMAT_420) { in XvMCCreateContext()
252 templat.chroma_format = FormatToPipe(chroma_format); in XvMCCreateContext()
Dsurface.c185 tmpl.chroma_format = context_priv->decoder->chroma_format; in XvMCCreateSurface()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.h53 enum pipe_video_chroma_format chroma_format, in vl_video_buffer_adjust_size() argument
60 if (chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vl_video_buffer_adjust_size()
63 } else if (chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vl_video_buffer_adjust_size()
Dvl_mpeg12_decoder.c988 templat.chroma_format = dec->base.chroma_format; in init_idct()
1002 templat.chroma_format = dec->base.chroma_format; in init_idct()
1053 templat.chroma_format = dec->base.chroma_format; in init_mc_source_widthout_idct()
1137 assert(dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in vl_create_mpeg12_decoder()
1139 if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vl_create_mpeg12_decoder()
1143 } else if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vl_create_mpeg12_decoder()
Dvl_deint_filter.c265 templ.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vl_deint_filter_init()
421 if (bufs[i]->chroma_format != PIPE_VIDEO_CHROMA_FORMAT_420) in vl_deint_filter_check_buffers()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtestlib.c48 unsigned int chroma_format, in GetPort() argument
81 surface_info[j].chroma_format == chroma_format && in GetPort()
Dtestlib.h56 unsigned int chroma_format,
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h199 unsigned char chroma_format; member
250 unsigned int chroma_format; member
270 unsigned char chroma_format; member
381 unsigned char chroma_format; member
Dradeon_uvd.h138 uint8_t chroma_format; member
188 uint8_t chroma_format; member
259 uint32_t chroma_format; member
273 uint8_t chroma_format; member
Dradeon_vcn_dec.c124 switch (dec->base.chroma_format) { in get_h264_msg()
128 result.chroma_format = 0; in get_h264_msg()
131 result.chroma_format = 1; in get_h264_msg()
134 result.chroma_format = 2; in get_h264_msg()
137 result.chroma_format = 3; in get_h264_msg()
208 result.chroma_format = pic->pps->sps->chroma_format_idc; in get_h265_msg()
466 result.chroma_format = 1; in get_vc1_msg()
515 result.chroma_format = 0x1; in get_mpeg2_msg()
Dradeon_uvd.c531 switch (dec->base.chroma_format) { in get_h264_msg()
536 result.chroma_format = 0; in get_h264_msg()
539 result.chroma_format = 1; in get_h264_msg()
542 result.chroma_format = 2; in get_h264_msg()
545 result.chroma_format = 3; in get_h264_msg()
614 result.chroma_format = pic->pps->sps->chroma_format_idc; in get_h265_msg()
829 result.chroma_format = 1; in get_vc1_msg()
888 result.chroma_format = 0x1; in get_mpeg2_msg()
Dradeon_vcn_enc.c261 templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in radeon_create_encoder()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_codec.h53 enum pipe_video_chroma_format chroma_format; member
125 enum pipe_video_chroma_format chroma_format; member
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h139 uint8_t chroma_format; member
189 uint8_t chroma_format; member
260 uint32_t chroma_format; member
274 uint8_t chroma_format; member
Dradeon_uvd.c475 switch (dec->base.chroma_format) { in get_h264_msg()
480 result.chroma_format = 0; in get_h264_msg()
483 result.chroma_format = 1; in get_h264_msg()
486 result.chroma_format = 2; in get_h264_msg()
489 result.chroma_format = 3; in get_h264_msg()
556 result.chroma_format = pic->pps->sps->chroma_format_idc; in get_h265_msg()
754 result.chroma_format = 1; in get_vc1_msg()
808 result.chroma_format = 0x1; in get_mpeg2_msg()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dsurface.c92 p_surf->templat.chroma_format = ChromaToPipe(chroma_type); in vlVdpVideoSurfaceCreate()
171 *chroma_type = PipeToChroma(p_surf->video_buffer->chroma_format); in vlVdpVideoSurfaceGetParameters()
175 *chroma_type = PipeToChroma(p_surf->templat.chroma_format); in vlVdpVideoSurfaceGetParameters()
189 p_surf->templat.chroma_format, in vlVdpVideoSurfaceSize()
Dmixer.c126 vmixer->chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vlVdpVideoMixerCreate()
137 vmixer->chroma_format = ChromaToPipe(*(VdpChromaType*)parameter_values[i]); in vlVdpVideoMixerCreate()
277 vmixer->chroma_format != video_buffer->chroma_format) in vlVdpVideoMixerRender()
476 if (vmixer->deint.enabled && vmixer->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vlVdpVideoMixerUpdateDeinterlaceFilter()
927 *(VdpChromaType*)parameter_values[i] = PipeToChroma(vmixer->chroma_format); in vlVdpVideoMixerGetParameterValues()
Ddecode.c116 templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vlVdpDecoderCreate()
603 if (vlsurf->video_buffer != NULL && vlsurf->video_buffer->chroma_format != dec->chroma_format) in vlVdpDecoderRender()
/external/libavc/test/decoder/
Ddec.cfg5 --chroma_format YUV_420P
/external/libhevc/test/decoder/
Dtest.cfg5 --chroma_format YUV_420P
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c92 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in nouveau_vp3_video_buffer_create()
101 buffer->base.chroma_format = templat->chroma_format; in nouveau_vp3_video_buffer_create()
Dnouveau_video.c785 assert(templat->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in nouveau_video_buffer_create()
798 buffer->base.chroma_format = templat->chroma_format; in nouveau_video_buffer_create()
/external/mesa3d/src/gallium/state_trackers/va/
Dpostproc.c99 vl_video_buffer_adjust_size(&x, &y, plane, buf->chroma_format, in vlVaGetBox()
101 vl_video_buffer_adjust_size(&width, &height, plane, buf->chroma_format, in vlVaGetBox()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_dec.c438 templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vid_dec_NeedTarget()
560 vl_video_buffer_adjust_size(&width, &height, i, buf->chroma_format, buf->interlaced); in vid_dec_FillOutput()
610 templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vid_dec_FrameDecoded()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c622 if (template->chroma_format != PIPE_VIDEO_CHROMA_FORMAT_420) { in nv84_video_buffer_create()
641 buffer->base.chroma_format = template->chroma_format; in nv84_video_buffer_create()

12