/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.h | 53 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() 123 enum pipe_video_chroma_format chroma_format); 140 enum pipe_video_chroma_format chroma_format);
|
D | vl_video_buffer.c | 173 enum pipe_video_chroma_format chroma_format) in vl_video_buffer_template() argument 192 chroma_format, false); in vl_video_buffer_template() 392 enum pipe_video_chroma_format chroma_format) in vl_video_buffer_create_ex() argument 403 usage, 0, chroma_format); in vl_video_buffer_create_ex() 414 usage, 1, chroma_format); in vl_video_buffer_create_ex() 423 usage, 2, chroma_format); in vl_video_buffer_create_ex()
|
D | vl_stubs.c | 89 enum pipe_video_chroma_format chroma_format) in vl_video_buffer_template() argument
|
D | vl_mpeg12_decoder.c | 1051 assert(pipe_format_to_chroma_format(formats[0]) == dec->base.chroma_format); in init_mc_source_widthout_idct() 1139 assert(dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420); in vl_create_mpeg12_decoder() 1141 if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vl_create_mpeg12_decoder() 1145 } else if (dec->base.chroma_format == PIPE_VIDEO_CHROMA_FORMAT_422) { in vl_create_mpeg12_decoder()
|
/external/mesa3d/src/gallium/frontends/xvmc/ |
D | context.c | 47 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()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_uvd.c | 69 enum pipe_video_chroma_format chroma_format = in r600_video_buffer_create() local 83 PIPE_USAGE_DEFAULT, 0, chroma_format); in r600_video_buffer_create() 93 PIPE_USAGE_DEFAULT, 1, chroma_format); in r600_video_buffer_create() 104 PIPE_USAGE_DEFAULT, 2, chroma_format); in r600_video_buffer_create()
|
D | radeon_uvd.h | 139 uint8_t chroma_format; member 189 uint8_t chroma_format; member 260 uint32_t chroma_format; member 274 uint8_t chroma_format; member
|
D | radeon_uvd.c | 410 switch (dec->base.chroma_format) { in get_h264_msg() 415 result.chroma_format = 0; in get_h264_msg() 418 result.chroma_format = 1; in get_h264_msg() 421 result.chroma_format = 2; in get_h264_msg() 424 result.chroma_format = 3; in get_h264_msg() 527 result.chroma_format = 1; in get_vc1_msg() 581 result.chroma_format = 0x1; in get_mpeg2_msg()
|
/external/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | testlib.c | 48 unsigned int chroma_format, in GetPort() argument 81 surface_info[j].chroma_format == chroma_format && in GetPort()
|
D | testlib.h | 56 unsigned int chroma_format,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_uvd.h | 140 uint8_t chroma_format; member 190 uint8_t chroma_format; member 261 uint32_t chroma_format; member 275 uint8_t chroma_format; member
|
D | radeon_vcn_dec.h | 397 unsigned char chroma_format; member 448 unsigned int chroma_format; member 468 unsigned char chroma_format; member 579 unsigned char chroma_format; member 665 unsigned char chroma_format; member
|
D | radeon_uvd.c | 526 switch (dec->base.chroma_format) { in get_h264_msg() 531 result.chroma_format = 0; in get_h264_msg() 534 result.chroma_format = 1; in get_h264_msg() 537 result.chroma_format = 2; in get_h264_msg() 540 result.chroma_format = 3; in get_h264_msg() 609 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()
|
D | radeon_vcn_dec.c | 114 switch (dec->base.chroma_format) { in get_h264_msg() 118 result.chroma_format = 0; in get_h264_msg() 121 result.chroma_format = 1; in get_h264_msg() 124 result.chroma_format = 2; in get_h264_msg() 127 result.chroma_format = 3; in get_h264_msg() 198 result.chroma_format = pic->pps->sps->chroma_format_idc; in get_h265_msg() 486 result.chroma_format = 1; in get_vp9_msg() 701 result.chroma_format = 1; in get_vc1_msg() 750 result.chroma_format = 0x1; in get_mpeg2_msg()
|
/external/libavc/test/decoder/ |
D | dec.cfg | 5 --chroma_format YUV_420P
|
/external/libhevc/test/decoder/ |
D | test.cfg | 5 --chroma_format YUV_420P
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_video_codec.h | 53 enum pipe_video_chroma_format chroma_format; member
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | mixer.c | 125 vmixer->chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vlVdpVideoMixerCreate() 136 vmixer->chroma_format = ChromaToPipe(*(VdpChromaType*)parameter_values[i]); in vlVdpVideoMixerCreate() 275 vmixer->chroma_format != pipe_format_to_chroma_format(video_buffer->buffer_format)) in vlVdpVideoMixerRender() 477 if (vmixer->deint.enabled && vmixer->chroma_format == PIPE_VIDEO_CHROMA_FORMAT_420) { in vlVdpVideoMixerUpdateDeinterlaceFilter() 928 *(VdpChromaType*)parameter_values[i] = PipeToChroma(vmixer->chroma_format); in vlVdpVideoMixerGetParameterValues()
|
D | vdpau_private.h | 413 enum pipe_video_chroma_format chroma_format; member
|
D | decode.c | 116 templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vlVdpDecoderCreate() 604 pipe_format_to_chroma_format(vlsurf->video_buffer->buffer_format) != dec->chroma_format) in vlVdpDecoderRender()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.9.rst | 117 - gallium/vl: add chroma_format arg to vl_video_buffer functions
|
D | 20.2.1.rst | 139 - gallium/vl: add chroma_format arg to vl_video_buffer functions
|
/external/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_mpeg12.c | 74 templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vid_dec_mpeg12_Init()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | context.c | 244 context->templat.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420; in vlVaCreateContext()
|
/external/libhevc/encoder/ |
D | ihevce_plugin.c | 1686 WORD32 chroma_format, in ihevce_copy_inp_8bit() argument 1726 if(IV_YUV_420P == chroma_format) in ihevce_copy_inp_8bit() 1780 else if(IV_YUV_420SP_UV == chroma_format) in ihevce_copy_inp_8bit()
|