Searched refs:dstBpp (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp47 int32_t dstBpp, bool metaOnly = false) {
78 tileWidth, tileHeight, rotationAngle, dstBpp, !metaOnly, iccSize);
120 int32_t *dstBpp) {
125 *dstBpp = 2;
131 *dstBpp = 4;
137 *dstBpp = 4;
153 int32_t dstBpp; local
155 (android_pixel_format_t)colorFormat, &dstFormat, &dstBpp)) {
174 width, height, tileWidth, tileHeight, dstBpp, true /*metaOnly*/);
518 dstBpp());
45 allocVideoFrame(const sp<MetaData>& trackMeta, int32_t width, int32_t height, int32_t tileWidth, int32_t tileHeight, int32_t dstBpp, bool metaOnly = false) argument
117 getDstColorFormat( android_pixel_format_t colorFormat, OMX_COLOR_FORMATTYPE *dstFormat, int32_t *dstBpp) argument
[all...]
/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h82 int32_t dstBpp() const { return mDstBpp; } function in struct:android::FrameDecoder

Completed in 29 milliseconds