HomeSort by relevance Sort by last modified time
    Searched defs:chroma_format (Results 1 - 11 of 11) sorted by null

  /external/opencv3/modules/cudacodec/src/
ffmpeg_video_source.cpp 104 int chroma_format; local
108 stream_ = create_InputMediaStream_FFMPEG_p(fname.c_str(), &codec, &chroma_format, &width, &height);
113 format_.chromaFormat = static_cast<ChromaFormat>(chroma_format);
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 52 enum pipe_video_chroma_format chroma_format; member in struct:pipe_video_decoder
110 enum pipe_video_chroma_format chroma_format; member in struct:pipe_video_buffer
  /external/mesa3d/src/gallium/state_trackers/xvmc/
context.c 47 bool *found_port, int *screen, int *chroma_format,
62 assert(chroma_format);
97 *chroma_format = surface_info[l].chroma_format;
112 i, port, surface_type_id, max_width, max_height, *chroma_format,
186 int chroma_format = 0; local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
213 if (chroma_format != XVMC_CHROMA_FORMAT_420) {
251 FormatToPipe(chroma_format),
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 200 /* chroma_format*/
201 uint32 chroma_format = read_bit_field (&m_posInfo, 2); local
202 if ( chroma_format != 1 ) {
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 212 /* chroma_format*/
213 uint32 chroma_format = read_bit_field (&m_posInfo, 2); local
215 if ( chroma_format != 1 ) {
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 212 /* chroma_format*/
213 uint32 chroma_format = read_bit_field (&m_posInfo, 2); local
215 if ( chroma_format != 1 ) {
  /hardware/intel/common/libva/va/
va_enc_mpeg2.h 147 unsigned int chroma_format : 2; member in struct:_VAEncSequenceParameterBufferMPEG2::__anon30450::__anon30451
va.h 1850 unsigned int chroma_format : 2; member in struct:_VAPictureParameterBufferMPEG4::__anon30373::__anon30374
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 354 enum pipe_video_chroma_format chroma_format; member in struct:__anon20057
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
mpeg2.h 108 uint32_t chroma_format; member in struct:mpeg2_sequence_ext_info
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_parse.h 280 uint8_t chroma_format; member in struct:__anon30129

Completed in 333 milliseconds