Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DFrameDecoder.cpp52 int32_t dstBpp, bool allocRotated, bool metaOnly) { in allocVideoFrame() argument
88 if (allocRotated && (rotationAngle == 90 || rotationAngle == 270)) { in allocVideoFrame()
128 int32_t dstBpp, bool allocRotated = false) { in allocVideoFrame() argument
130 allocRotated, false /*metaOnly*/); in allocVideoFrame()