Searched refs:colorMatrix (Results 1 – 8 of 8) sorted by relevance
386 mVideoFormatInfo.colorMatrix = VA_SRC_BT709; in updateFormatInfo()393 mVideoFormatInfo.colorMatrix = VA_SRC_BT601; in updateFormatInfo()398 mVideoFormatInfo.colorMatrix = 0; in updateFormatInfo()
503 mVideoFormatInfo.colorMatrix = VA_SRC_BT709; in updateFormatInfo()507 mVideoFormatInfo.colorMatrix = VA_SRC_BT601; in updateFormatInfo()511 mVideoFormatInfo.colorMatrix = 0; in updateFormatInfo()521 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
632 mVideoFormatInfo.colorMatrix = VA_SRC_BT709; in updateFormatInfo()639 mVideoFormatInfo.colorMatrix = VA_SRC_BT601; in updateFormatInfo()644 mVideoFormatInfo.colorMatrix = 0; in updateFormatInfo()654 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
74 mVideoFormatInfo.colorMatrix = VA_SRC_BT601; in updateFormatInfo()78 mVideoFormatInfo.colorMatrix = 0; in updateFormatInfo()101 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
218 int32_t colorMatrix; member
755 mVideoFormatInfo.colorMatrix = VA_SRC_BT709; in updateFormatInfo()762 mVideoFormatInfo.colorMatrix = VA_SRC_BT601; in updateFormatInfo()767 mVideoFormatInfo.colorMatrix = 0; in updateFormatInfo()816 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in updateFormatInfo()
207 void setColorSpaceInfo(int32_t colorMatrix, int32_t videoRange);
891 setColorSpaceInfo(mVideoFormatInfo.colorMatrix, mVideoFormatInfo.videoRange); in setupVA()1671 void VideoDecoderBase::setColorSpaceInfo(int32_t colorMatrix, int32_t videoRange) { in setColorSpaceInfo() argument1672 ITRACE("set colorMatrix: 0x%x ", colorMatrix); in setColorSpaceInfo()1675 if (colorMatrix == VA_SRC_BT601) { in setColorSpaceInfo()1677 } else if (colorMatrix == VA_SRC_BT709) { in setColorSpaceInfo()