/frameworks/base/core/java/android/hardware/display/ |
D | DisplayedContentSamplingAttributes.java | 46 public int getPixelFormat() { in getPixelFormat() method in DisplayedContentSamplingAttributes
|
/frameworks/base/core/jni/android/graphics/ |
D | GraphicBuffer.cpp | 194 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_graphics_GraphicBuffer_lockCanvas() 198 convertPixelFormat(buffer->getPixelFormat()), in android_graphics_GraphicBuffer_lockCanvas() 285 buffer->getPixelFormat(), (jint)buffer->getUsage(), reinterpret_cast<jlong>(wrapper)); in createJavaGraphicBuffer()
|
/frameworks/native/libs/ui/tests/ |
D | GraphicBuffer_test.cpp | 66 EXPECT_EQ(static_cast<uint32_t>(gb->getPixelFormat()), kTestFormat); in TEST_F() 131 EXPECT_EQ(static_cast<uint32_t>(gb2->getPixelFormat()), kTestFormat); in TEST_F()
|
/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/native/libs/gui/ |
D | GLConsumerUtils.cpp | 73 switch (buf->getPixelFormat()) { in computeTransformMatrix()
|
D | CpuConsumer.cpp | 93 PixelFormat format = item.mGraphicBuffer->getPixelFormat(); in lockBufferItem()
|
/frameworks/base/libs/hwui/surfacetexture/ |
D | ImageConsumer.cpp | 99 buffer->getPixelFormat(), in AutoBackendTextureRelease() 146 graphicBuffer->getPixelFormat()); in makeImage()
|
D | SurfaceTexture.cpp | 318 switch (buf->getPixelFormat()) { in computeTransformMatrix()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | HwBitmapInCompositeShader.cpp | 44 bytesPerPixel(buffer->getPixelFormat()) * buffer->getStride() * buffer->getHeight(); in createContent()
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 461 if (!isFormatOpaque(buffer->mGraphicBuffer->getPixelFormat())) { in Image_unlockIfLocked() 562 int bufferFormat = buffer->mGraphicBuffer->getPixelFormat(); in ImageReader_imageSetup() 692 buffer->mGraphicBuffer->getPixelFormat()); in Image_getLockedImage() 802 buffer->mGraphicBuffer->getPixelFormat(), readerHalFormat); in Image_getFormat()
|
D | android_media_Utils.cpp | 335 if (isFormatOpaque(buffer->getPixelFormat())) { in lockImageFromBuffer() 343 int format = buffer->getPixelFormat(); in lockImageFromBuffer()
|
D | android_media_ImageWriter.cpp | 792 if (!isFormatOpaque(buffer->getPixelFormat())) { in Image_unlockIfLocked() 844 buffer->getPixelFormat(), HAL_DATASPACE_UNKNOWN); in Image_getFormat() 887 buffer->getPixelFormat()); in Image_getLockedImage()
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | ion_buffer.h | 84 return buffer_.get() ? buffer_->getPixelFormat() : 0; in format()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 359 mProducerBuffers[pslot]->getPixelFormat(), in dequeueBuffer() 405 (format != 0 && format != buf->getPixelFormat()) || in dequeueBuffer() 413 buf->getPixelFormat(), buf->getUsage()); in dequeueBuffer()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferLayer.cpp | 97 return ((s.flags & layer_state_t::eLayerOpaque) != 0) || getOpacityForFormat(getPixelFormat()); in isOpaque() 253 getPixelFormat() == HAL_PIXEL_FORMAT_RGBA_1010102); in isHdrY410() 256 PixelFormat BufferLayer::getPixelFormat() const { in getPixelFormat() function in android::BufferLayer
|
D | BufferLayer.h | 194 PixelFormat getPixelFormat() const;
|
/frameworks/base/cmds/screencap/ |
D | screencap.cpp | 231 f = outBuffer->getPixelFormat(); in main()
|
/frameworks/base/core/jni/ |
D | android_hardware_HardwareBuffer.cpp | 154 buffer->getPixelFormat())); in android_hardware_HardwareBuffer_getFormat()
|
/frameworks/native/libs/nativewindow/ |
D | AHardwareBuffer.cpp | 89 outDesc->format = AHardwareBuffer_convertFromPixelFormat(uint32_t(gbuffer->getPixelFormat())); in AHardwareBuffer_describe() 202 int format = AHardwareBuffer_convertFromPixelFormat(uint32_t(gBuffer->getPixelFormat())); in AHardwareBuffer_lockPlanes()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBuffer.h | 162 PixelFormat getPixelFormat() const { return format; } in getPixelFormat() function
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBuffer.h | 162 PixelFormat getPixelFormat() const { return format; } in getPixelFormat() function
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | Conversion.h | 609 t->attr.format = static_cast<PixelFormat>(l.getPixelFormat()); in wrapAs() 724 l.mGraphicBuffer->getPixelFormat()); in wrapAs()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | ClientBlockHelper.cpp | 123 << ", format 0x" << std::setw(8) << graphicBuffer->getPixelFormat() in attachToBufferQueue()
|
/frameworks/base/libs/hwui/hwui/ |
D | Bitmap.cpp | 219 …bytesPerPixel(buffer->getPixelFormat()) * (buffer->getStride() > 0 ? buffer->getStride() : buffer-… in Bitmap()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessTracker.java | 781 + " pixelFormat=0x" + Integer.toHexString(attributes.getPixelFormat())); in enableColorSampling() 784 if (attributes != null && attributes.getPixelFormat() == PixelFormat.HSV_888 in enableColorSampling()
|