Searched refs:formatsDefault (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1134 OMX_COLOR_FORMATTYPE formatsDefault[] = { local
1141 format = (index < sizeof(formatsDefault) / sizeof(OMX_COLOR_FORMATTYPE)) ?
1142 formatsDefault[index] : OMX_COLOR_FormatMax;
1144 OMX_COLOR_FORMATTYPE formatsDefault[] = { local
1150 format = (index < sizeof(formatsDefault) / sizeof(OMX_COLOR_FORMATTYPE)) ?
1151 formatsDefault[index] : OMX_COLOR_FormatMax;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec.h1087 OMX_COLOR_FORMATTYPE formatsDefault[] = { local
1093 return (index < sizeof(formatsDefault) / sizeof(OMX_COLOR_FORMATTYPE)) ?
1094 formatsDefault[index] : OMX_COLOR_FormatMax;

Completed in 50 milliseconds