Home
last modified time | relevance | path

Searched defs:dstBpp (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DFrameDecoder.cpp63 int32_t dstBpp, uint32_t bitDepth, bool allocRotated, bool metaOnly) { in allocVideoFrame()
158 int32_t dstBpp, uint8_t bitDepth, bool allocRotated = false) { in allocVideoFrame()
165 int32_t dstBpp, uint8_t bitDepth) { in allocMetaFrame()
202 int32_t *dstBpp) { in getDstColorFormat()
357 int32_t dstBpp; in getMetadataOnly() local
/frameworks/av/media/libstagefright/include/
DFrameDecoder.h107 int32_t dstBpp() const { return mDstBpp; } in dstBpp() function