Home
last modified time | relevance | path

Searched defs:bpp (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/include/private/media/
DVideoFrame.h41 uint32_t angle, uint32_t bpp, bool hasData, size_t iccSize): in VideoFrame()
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp118 const uint32_t bpp = bytesPerPixel(format); in allocate() local
/frameworks/native/libs/ui/tests/
DGraphicBufferAllocator_test.cpp95 uint32_t bpp = 4; in TEST_F() local
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp159 int32_t bpp = (mOutputFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in updatePortDefinitions() local
319 int32_t bpp = (outDef->format.video.eColorFormat == OMX_COLOR_FormatYUV420Planar16) ? 2 : 1; in copyYV12FrameToOutputBuffer() local
/frameworks/base/tools/aapt2/compile/
DPngCrunch.cpp667 const size_t bpp = new_color_type == PNG_COLOR_TYPE_GRAY ? 1 : 2; in WritePng() local
702 const size_t bpp = new_color_type == PNG_COLOR_TYPE_RGB ? 3 : 4; in WritePng() local
DPng.cpp347 int bpp = isOpaque ? 3 : 4; in analyze_image() local
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp162 int32_t bpp = 1; in outputBuffers() local
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java487 int bpp[] = new int[3]; in onSurfaceChanged() local
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2BufferUtils.cpp69 const size_t bpp = divUp(img->mBitDepthAllocated, 8u); in _ImageCopy() local
/frameworks/base/tools/aapt/
DImages.cpp826 int bpp; in dump_image() local
1037 int bpp = isOpaque ? 3 : 4; in analyze_image() local
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp227 void fillGreyscaleBuffer(T* buf, int w, int h, int stride, int bpp) { in fillGreyscaleBuffer()
/frameworks/native/libs/gui/
DSurface.cpp1768 const size_t bpp = bytesPerPixel(src->format); in copyBlt() local
/frameworks/native/opengl/libagl/
Degl.cpp482 const size_t bpp = pixelFormatTable[src->format].size; in copyBlt() local