OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoRange
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h
123
u32
videoRange
;
/hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h
207
void setColorSpaceInfo(int32_t colorMatrix, int32_t
videoRange
);
VideoDecoderDefs.h
219
int32_t
videoRange
;
VideoDecoderVP8.cpp
73
mVideoFormatInfo.
videoRange
= 0;
104
setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.
videoRange
);
VideoDecoderWMV.cpp
512
mVideoFormatInfo.
videoRange
= 0;
534
setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.
videoRange
);
VideoDecoderMPEG4.cpp
641
mVideoFormatInfo.
videoRange
= data->codec_data.video_range;
667
setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.
videoRange
);