Home
last modified time | relevance | path

Searched refs:_r_v (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp362 int32_t _r_v; member
783 signed _r_v = matrix->_r_v; in convertCbYCrY() local
805 signed v_r = v * _r_v; in convertCbYCrY()
1259 signed _r_v = matrix->_r_v; in convertYUVMediaImage() local
1313 signed v_r = v * _r_v; in convertYUVMediaImage()
1355 signed v_r = v * _r_v; in convertYUVMediaImage()
1390 signed _r_v = matrix->_r_v; in convertYUV420Planar16() local
1418 signed v_r = v * _r_v; in convertYUV420Planar16()
1465 signed _r_v = matrix->_r_v; in convertYUVP010ToRGBA1010102() local
1495 signed v_r = v * _r_v; in convertYUVP010ToRGBA1010102()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp204 int32_t _y, _r_v, _g_u, _g_v, _b_u, _c16; member
264 int32_t _r_v = coeffs._r_v; in convertYUV420Planar16ToRGBA1010102() local
295 int32_t v_r = v * _r_v; in convertYUV420Planar16ToRGBA1010102()