Searched refs:legacyFormat (Results 1 – 2 of 2) sorted by relevance
24 bool legacyFormat; in main() local27 legacyFormat = true; in main()30 legacyFormat = false; in main()42 if (!legacyFormat) { in main()54 if (legacyFormat) { in main()
3184 OMX_VIDEO_PARAM_PORTFORMATTYPE format, legacyFormat; in setSupportedOutputFormat() local3188 InitOMXParams(&legacyFormat); in setSupportedOutputFormat()3190 legacyFormat.eColorFormat = OMX_COLOR_FormatUnused; in setSupportedOutputFormat()3198 if (legacyFormat.eColorFormat != OMX_COLOR_FormatUnused) { in setSupportedOutputFormat()3199 memcpy(&format, &legacyFormat, sizeof(format)); in setSupportedOutputFormat()3220 if (legacyFormat.eColorFormat == OMX_COLOR_FormatUnused in setSupportedOutputFormat()3225 memcpy(&legacyFormat, &format, sizeof(format)); in setSupportedOutputFormat()