Searched defs:supportedFormats (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1511 int supportedFormats[] = { local
1517 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1))
1522 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)supportedFormats[index];
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1588 int supportedFormats[] = { local
1602 int supportedFormats[] = { local
1608 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1))
1613 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)supportedFormats[index];
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp1609 int supportedFormats[] = { local
1623 int supportedFormats[] = { local
1629 if (index > (sizeof(supportedFormats)/sizeof(*supportedFormats) - 1))
1634 portFmt->eColorFormat = (OMX_COLOR_FORMATTYPE)supportedFormats[index];

Completed in 58 milliseconds