Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/factory/test/
H A 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()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp3402 OMX_VIDEO_PARAM_PORTFORMATTYPE format, legacyFormat; in setSupportedOutputFormat() local
3406 InitOMXParams(&legacyFormat); in setSupportedOutputFormat()
3408 legacyFormat.eColorFormat = OMX_COLOR_FormatUnused; in setSupportedOutputFormat()
3416 if (legacyFormat.eColorFormat != OMX_COLOR_FormatUnused) { in setSupportedOutputFormat()
3417 memcpy(&format, &legacyFormat, sizeof(format)); in setSupportedOutputFormat()
3438 if (legacyFormat.eColorFormat == OMX_COLOR_FormatUnused in setSupportedOutputFormat()
3443 memcpy(&legacyFormat, &format, sizeof(format)); in setSupportedOutputFormat()