Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DFrameDecoder.cpp53 int32_t dstBpp, uint32_t bitDepth, bool allocRotated, bool metaOnly) { in allocVideoFrame()
132 int32_t dstBpp, uint8_t bitDepth, bool allocRotated = false) { in allocVideoFrame()
139 int32_t dstBpp, uint8_t bitDepth) { in allocMetaFrame()
176 int32_t *dstBpp) { in getDstColorFormat()
220 int32_t dstBpp; in getMetadataOnly() local
/frameworks/av/media/libstagefright/include/
DFrameDecoder.h82 int32_t dstBpp() const { return mDstBpp; } in dstBpp() function