Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp11038 MatrixCoeffMap::const_iterator matrix_it = mMatrixCoeffMap.find(aspects.mMatrixCoeffs); in convert_color_aspects_to_metadata() local
11055 if (matrix_it == mMatrixCoeffMap.end()) { in convert_color_aspects_to_metadata()
11059 color_mdata.matrixCoefficients = matrix_it->second; in convert_color_aspects_to_metadata()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp9747 MatrixCoeffMap::const_iterator matrix_it = mMatrixCoeffMap.find(aspects.mMatrixCoeffs); in convert_color_aspects_to_metadata() local
9764 if (matrix_it == mMatrixCoeffMap.end()) { in convert_color_aspects_to_metadata()
9768 color_mdata.matrixCoefficients = matrix_it->second; in convert_color_aspects_to_metadata()