Searched refs:applyFormatOverrides (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp373 static int32_t applyFormatOverrides(int32_t bufferFormat, int32_t readerCtxFormat) function
402 fmt = applyFormatOverrides(fmt, readerFormat);
554 fmt = applyFormatOverrides(fmt, halReaderFormat);
616 fmt = applyFormatOverrides(fmt, halReaderFormat);
1245 int32_t fmt = applyFormatOverrides(buffer->flexFormat, readerHalFormat);
H A Dandroid_media_ImageWriter.cpp775 static int32_t applyFormatOverrides(int32_t bufferFormat, int32_t writerCtxFormat) function
842 fmt = applyFormatOverrides(fmt, writerFormat);

Completed in 2128 milliseconds