Home
last modified time | relevance | path

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

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