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.cpp101 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
DVideoDecoderWMV.cpp521 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
DVideoDecoderMPEG4.cpp654 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
DVideoDecoderBase.cpp891 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in setupVA()
1671 void VideoDecoderBase::setColorSpaceInfo(int32_t colorMatrix, int32_t videoRange) { in setColorSpaceInfo() function in VideoDecoderBase
DVideoDecoderAVC.cpp816 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()