Home
last modified time | relevance | path

Searched refs:setColorSpaceInfo (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h207 void setColorSpaceInfo(int32_t colorMatrix, int32_t videoRange);
DVideoDecoderVP8.cpp104 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
DVideoDecoderWMV.cpp534 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
DVideoDecoderMPEG4.cpp667 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
DVideoDecoderBase.cpp891 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in setupVA()
1673 void VideoDecoderBase::setColorSpaceInfo(int32_t colorMatrix, int32_t videoRange) { in setColorSpaceInfo() function in VideoDecoderBase
DVideoDecoderAVC.cpp831 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()