Searched refs:PIX_FORMAT_NUM (Results 1 – 3 of 3) sorted by relevance
93 #define PIX_FORMAT_NUM 16 /** Size of the supported pixel format array */ macro118 int32_t supportPixFmts[PIX_FORMAT_NUM]; /** Supported pixel format. For details,
171 while (index < PIX_FORMAT_NUM && port.supportPixFmts[index] > 0) { in GetCodecFormats()
154 …{CODEC_CONFIG_KEY_SUPPORT_PIXEL_FMTS, cap->port.video.supportPixFmts, PIX_FORMAT_NUM, OMX_COLOR_Fo… in GetVideoPortCapability()