/frameworks/base/core/jni/android/graphics/ |
D | GraphicBuffer.cpp | 183 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_graphics_GraphicBuffer_lockCanvas() 187 convertPixelFormat(buffer->getPixelFormat()), in android_graphics_GraphicBuffer_lockCanvas() 274 buffer->getPixelFormat(), buffer->getUsage(), reinterpret_cast<jlong>(wrapper)); in createJavaGraphicBuffer()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 619 if (gBuf->getPixelFormat() == HAL_PIXEL_FORMAT_YV12) { in hwcTestSetPixel() 640 if (attrib->format == gBuf->getPixelFormat()) { break; } in hwcTestSetPixel() 644 gBuf->getPixelFormat()); in hwcTestSetPixel() 659 pixel = hwcTestColor2Pixel(gBuf->getPixelFormat(), color, alpha); in hwcTestFillColor() 717 if (colorFormat != (uint32_t) gBuf->getPixelFormat()) { in hwcTestFillColorHBlend() 718 hwcTestColorConvert(colorFormat, gBuf->getPixelFormat(), color); in hwcTestFillColorHBlend() 720 pixel = hwcTestColor2Pixel(gBuf->getPixelFormat(), color, 1.0); in hwcTestFillColorHBlend()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | HwBitmapInCompositeShader.cpp | 46 size_t size = bytesPerPixel(buffer->getPixelFormat()) * buffer->getStride() in createContent()
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | ion_buffer.h | 80 return buffer_.get() ? buffer_->getPixelFormat() : 0; in format()
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 453 if (!isFormatOpaque(buffer->mGraphicBuffer->getPixelFormat())) { in Image_unlockIfLocked() 554 int bufferFormat = buffer->mGraphicBuffer->getPixelFormat(); in ImageReader_imageSetup() 676 buffer->mGraphicBuffer->getPixelFormat()); in Image_getLockedImage() 786 buffer->mGraphicBuffer->getPixelFormat(), readerHalFormat); in Image_getFormat()
|
D | android_media_ImageWriter.cpp | 624 if (!isFormatOpaque(buffer->getPixelFormat())) { in Image_unlockIfLocked() 676 buffer->getPixelFormat(), HAL_DATASPACE_UNKNOWN); in Image_getFormat() 705 buffer->getPixelFormat()); in Image_getLockedImage()
|
D | android_media_Utils.cpp | 863 if (isFormatOpaque(buffer->getPixelFormat())) { in lockImageFromBuffer() 871 int format = buffer->getPixelFormat(); in lockImageFromBuffer()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 376 mProducerBuffers[pslot]->getPixelFormat(), in dequeueBuffer() 421 (format != 0 && format != buf->getPixelFormat()) || in dequeueBuffer() 429 buf->getPixelFormat(), buf->getUsage()); in dequeueBuffer()
|
D | ComposerHal.cpp | 477 .format = static_cast<PixelFormat>(target->getPixelFormat()), in setClientTarget() 592 .format = static_cast<PixelFormat>(buffer->getPixelFormat()), in setLayerBuffer()
|
D | HWComposer_hwc1.cpp | 1219 format = buffer->getPixelFormat(); in dump()
|
/frameworks/base/core/jni/ |
D | android_hardware_HardwareBuffer.cpp | 132 buffer->getPixelFormat())); in android_hardware_HardwareBuffer_getFormat()
|
D | android_view_SurfaceControl.cpp | 168 buffer->getPixelFormat(), in nativeScreenshotToBuffer()
|
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 314 PixelFormat format = graphicBuffer->getPixelFormat(); in createFrom() 395 mRowBytes = bytesPerPixel(buffer->getPixelFormat()) * buffer->getStride(); in Bitmap()
|
/frameworks/native/include/ui/ |
D | GraphicBuffer.h | 145 PixelFormat getPixelFormat() const { return format; } in getPixelFormat() function
|
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 120 PixelFormat format = mSlots[slot].mGraphicBuffer->getPixelFormat(); in lockNextBuffer()
|
D | GLConsumer.cpp | 861 switch (buf->getPixelFormat()) { in computeTransformMatrix() 1224 buffer->getUsage(), buffer->getPixelFormat()); in createIfNeeded()
|
/frameworks/av/include/media/omx/1.0/ |
D | Conversion.h | 562 t->attr.format = static_cast<PixelFormat>(l.getPixelFormat()); in wrapAs() 667 l.mGraphicBuffer->getPixelFormat()); in wrapAs()
|
/frameworks/native/libs/nativewindow/ |
D | AHardwareBuffer.cpp | 104 outDesc->format = AHardwareBuffer_convertFromPixelFormat(uint32_t(gbuffer->getPixelFormat())); in AHardwareBuffer_describe()
|
/frameworks/base/core/java/android/view/ |
D | Display.java | 745 public int getPixelFormat() { in getPixelFormat() method in Display
|
/frameworks/av/media/ndk/ |
D | NdkImageReader.cpp | 388 const int bufferFmt = buffer->mGraphicBuffer->getPixelFormat(); in acquireImageLocked()
|
/frameworks/av/media/libstagefright/omx/1.0/ |
D | Conversion.h | 555 t->attr.format = static_cast<PixelFormat>(l.getPixelFormat()); in wrapAs() 638 graphicBuffer->getPixelFormat()); in wrapAs()
|
/frameworks/native/libs/gui/bufferqueue/1.0/ |
D | H2BGraphicBufferProducer.cpp | 126 t->attr.format = static_cast<PixelFormat>(l.getPixelFormat()); in wrapAs()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32085 method public deprecated int getPixelFormat();
|
/frameworks/base/api/ |
D | current.txt | 43705 method public deprecated int getPixelFormat();
|
D | system-current.txt | 47244 method public deprecated int getPixelFormat();
|