/frameworks/av/media/module/libmediaformatshaper/ |
D | CodecProperties.h | 77 void setBpp(double bpp) { mBpp = bpp;} in setBpp() 121 double bpp; member
|
D | CodecProperties.cpp | 122 double bpp = strtod(p, &q); in setTuningValue() local 138 double bpp = iValue / 100.0; in setTuningValue() local 183 double bpp = -1; in bppPoint() local
|
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 125 const uint32_t bpp = bytesPerPixel(request.format); in allocate() local 200 const uint32_t bpp = bytesPerPixel(format); in allocateHelper() local
|
/frameworks/av/include/private/media/ |
D | VideoFrame.h | 42 uint32_t angle, uint32_t bpp, uint32_t bitDepth, bool hasData, size_t iccSize): in VideoFrame()
|
/frameworks/native/libs/ui/tests/ |
D | GraphicBufferAllocator_test.cpp | 95 uint32_t bpp = 4; in TEST_F() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 159 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/libs/androidfw/ |
D | PngCrunch.cpp | 653 const size_t bpp = new_color_type == PNG_COLOR_TYPE_GRAY ? 1 : 2; in WritePng() local 686 const size_t bpp = new_color_type == PNG_COLOR_TYPE_RGB ? 3 : 4; in WritePng() local
|
D | Png.cpp | 334 int bpp = isOpaque ? 3 : 4; in analyze_image() local
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 162 int32_t bpp = 1; in outputBuffers() local
|
/frameworks/base/core/jni/ |
D | android_hardware_HardwareBuffer.cpp | 172 uint32_t bpp = bytesPerPixel(buffer->getPixelFormat()); in android_hardware_HardwareBuffer_estimateSize() local
|
/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 | 827 int bpp; in dump_image() local 1038 int bpp = isOpaque ? 3 : 4; in analyze_image() local
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 881 int32_t bpp = 12; // 8(Y) + 2(U) + 2(V) in AllocateEmpty() local
|
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 72 const size_t bpp = divUp(img->mBitDepthAllocated, 8u); in _ImageCopy() local
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 1019 int bpp = 0; in main() local
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 227 void fillGreyscaleBuffer(T* buf, int w, int h, int stride, int bpp) { in fillGreyscaleBuffer()
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 2366 const size_t bpp = bytesPerPixel(src->format); in copyBlt() local
|