Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp42 const static OMX_COLOR_FORMATTYPE kSupportedColorFormats[] = { variable
331 if (formatParams->nIndex >= NELEM(kSupportedColorFormats)) { in internalGetParameter()
336 formatParams->eColorFormat = kSupportedColorFormats[formatParams->nIndex]; in internalGetParameter()