Searched refs:legacyFormat (Results 1 – 1 of 1) sorted by relevance
3493 OMX_VIDEO_PARAM_PORTFORMATTYPE format, legacyFormat; in setSupportedOutputFormat() local3497 InitOMXParams(&legacyFormat); in setSupportedOutputFormat()3499 legacyFormat.eColorFormat = OMX_COLOR_FormatUnused; in setSupportedOutputFormat()3507 if (legacyFormat.eColorFormat != OMX_COLOR_FormatUnused) { in setSupportedOutputFormat()3508 memcpy(&format, &legacyFormat, sizeof(format)); in setSupportedOutputFormat()3529 if (legacyFormat.eColorFormat == OMX_COLOR_FormatUnused in setSupportedOutputFormat()3534 memcpy(&legacyFormat, &format, sizeof(format)); in setSupportedOutputFormat()