Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/factory/test/
DDumpConfig.cpp24 bool legacyFormat; in main() local
27 legacyFormat = true; in main()
30 legacyFormat = false; in main()
42 if (!legacyFormat) { in main()
54 if (legacyFormat) { in main()
/frameworks/av/media/libstagefright/
DACodec.cpp3258 OMX_VIDEO_PARAM_PORTFORMATTYPE format, legacyFormat; in setSupportedOutputFormat() local
3262 InitOMXParams(&legacyFormat); in setSupportedOutputFormat()
3264 legacyFormat.eColorFormat = OMX_COLOR_FormatUnused; in setSupportedOutputFormat()
3272 if (legacyFormat.eColorFormat != OMX_COLOR_FormatUnused) { in setSupportedOutputFormat()
3273 memcpy(&format, &legacyFormat, sizeof(format)); in setSupportedOutputFormat()
3294 if (legacyFormat.eColorFormat == OMX_COLOR_FormatUnused in setSupportedOutputFormat()
3299 memcpy(&legacyFormat, &format, sizeof(format)); in setSupportedOutputFormat()