Searched refs:dstBpp (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 52 int32_t dstBpp, bool allocRotated, bool metaOnly) { in allocVideoFrame() argument 98 if (width < 0 || height < 0 || dstBpp < 0 || in allocVideoFrame() 99 __builtin_mul_overflow(dstBpp, width, &multVal) || in allocVideoFrame() 101 ALOGE("Frame size overflow %dx%d bpp %d", width, height, dstBpp); in allocVideoFrame() 107 tileWidth, tileHeight, rotationAngle, dstBpp, !metaOnly, iccSize); in allocVideoFrame() 128 int32_t dstBpp, bool allocRotated = false) { in allocVideoFrame() argument 129 return allocVideoFrame(trackMeta, width, height, tileWidth, tileHeight, dstBpp, in allocVideoFrame() 135 int32_t dstBpp) { in allocMetaFrame() argument 136 return allocVideoFrame(trackMeta, width, height, tileWidth, tileHeight, dstBpp, in allocMetaFrame() 172 int32_t *dstBpp) { in getDstColorFormat() argument [all …]
|
/frameworks/av/media/libstagefright/include/ |
D | FrameDecoder.h | 81 int32_t dstBpp() const { return mDstBpp; } in dstBpp() function
|