Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp92 std::vector<OMX_COLOR_FORMATTYPE> arrColorFormat; in setVideoPortFormat() local
102 arrColorFormat.push_back(portFormat.eColorFormat); in setVideoPortFormat()
116 for (index = 0; index < arrColorFormat.size(); index++) { in setVideoPortFormat()
117 if (arrColorFormat[index] == eColorFormat) { in setVideoPortFormat()
118 portFormat.eColorFormat = arrColorFormat[index]; in setVideoPortFormat()
122 if (index == arrColorFormat.size()) { in setVideoPortFormat()
123 ALOGE("setting default color format %x", (int)arrColorFormat[0]); in setVideoPortFormat()
124 portFormat.eColorFormat = arrColorFormat[0]; in setVideoPortFormat()