Searched defs:bpp (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/include/private/media/ |
D | VideoFrame.h | 39 uint32_t angle, uint32_t bpp, bool allocate, in VideoFrame()
|
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 122 uint32_t bpp = bytesPerPixel(format); in allocate() local
|
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.cpp | 345 uint32_t bpp = mFormat == GL_RGBA ? 4 : 1; in calculateFreeMemory() local
|
/frameworks/base/tools/aapt2/compile/ |
D | PngCrunch.cpp | 663 const size_t bpp = new_color_type == PNG_COLOR_TYPE_GRAY ? 1 : 2; in WritePng() local 698 const size_t bpp = new_color_type == PNG_COLOR_TYPE_RGB ? 3 : 4; in WritePng() local
|
D | Png.cpp | 346 int bpp = isOpaque ? 3 : 4; in analyze_image() local
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 147 const sp<MetaData> &trackMeta, int32_t width, int32_t height, int32_t bpp, bool metaOnly) { in allocVideoFrame() 183 OMX_COLOR_FORMATTYPE *omxColorFormat, int32_t *bpp) { in getDstColorFormat()
|
/frameworks/base/libs/hwui/ |
D | Texture.cpp | 156 GLsizei stride, GLsizei bpp, GLsizei width, GLsizei height, const GLvoid * data) { in uploadToTexture()
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 487 int bpp[] = new int[3]; in onSurfaceChanged() local
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 826 int bpp; in dump_image() local 1037 int bpp = isOpaque ? 3 : 4; in analyze_image() local
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 226 void fillGreyscaleBuffer(T* buf, int w, int h, int stride, int bpp) { in fillGreyscaleBuffer()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 1568 const size_t bpp = bytesPerPixel(src->format); in copyBlt() local
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 480 const size_t bpp = pixelFormatTable[src->format].size; in copyBlt() local
|