Home
last modified time | relevance | path

Searched refs:getPixelFormat (Results 1 – 17 of 17) sorted by relevance

/frameworks/rs/
DrsGrallocConsumer.cpp114 if (mSlots[slot].mGraphicBuffer->getPixelFormat() == in lockNextBuffer()
176 if (mSlots[slot].mGraphicBuffer->getPixelFormat() == in lockNextBuffer()
197 } else if (mSlots[slot].mGraphicBuffer->getPixelFormat() == in lockNextBuffer()
230 mSlots[slot].mGraphicBuffer->getPixelFormat()); in lockNextBuffer()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp619 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/core/jni/
Dandroid_view_GraphicBuffer.cpp180 ssize_t bytesCount = buffer->getStride() * bytesPerPixel(buffer->getPixelFormat()); in android_view_GraphicBuffer_lockCanvas()
184 convertPixelFormat(buffer->getPixelFormat()), in android_view_GraphicBuffer_lockCanvas()
/frameworks/base/media/jni/
Dandroid_media_ImageReader.cpp436 if (!isFormatOpaque(buffer->mGraphicBuffer->getPixelFormat())) { in Image_unlockIfLocked()
537 int bufferFormat = buffer->mGraphicBuffer->getPixelFormat(); in ImageReader_imageSetup()
642 buffer->mGraphicBuffer->getPixelFormat()); in Image_getLockedImage()
749 buffer->mGraphicBuffer->getPixelFormat(), readerHalFormat); in Image_getFormat()
Dandroid_media_ImageWriter.cpp625 if (!isFormatOpaque(buffer->getPixelFormat())) { in Image_unlockIfLocked()
677 buffer->getPixelFormat(), HAL_DATASPACE_UNKNOWN); in Image_getFormat()
706 buffer->getPixelFormat()); in Image_getLockedImage()
Dandroid_media_Utils.cpp863 if (isFormatOpaque(buffer->getPixelFormat())) { in lockImageFromBuffer()
871 int format = buffer->getPixelFormat(); in lockImageFromBuffer()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp376 mProducerBuffers[pslot]->getPixelFormat(), in dequeueBuffer()
418 (format != 0 && format != buf->getPixelFormat()) || in dequeueBuffer()
426 buf->getPixelFormat(), buf->getUsage()); in dequeueBuffer()
DHWComposer_hwc1.cpp1210 format = buffer->getPixelFormat(); in dump()
/frameworks/native/include/ui/
DGraphicBuffer.h93 PixelFormat getPixelFormat() const { return format; } in getPixelFormat() function
/frameworks/native/libs/gui/
DCpuConsumer.cpp118 PixelFormat format = mSlots[slot].mGraphicBuffer->getPixelFormat(); in lockNextBuffer()
DGLConsumer.cpp855 switch (buf->getPixelFormat()) { in computeTransformMatrix()
1200 buffer->getUsage(), buffer->getPixelFormat()); in createIfNeeded()
/frameworks/base/core/java/android/view/
DDisplay.java638 public int getPixelFormat() { in getPixelFormat() method in Display
/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.cpp620 item.mDataSpace, (android_pixel_format)mBufferSlot[item.mSlot]->getPixelFormat()); in fillCodecBuffer_l()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32085 method public deprecated int getPixelFormat();
/frameworks/base/api/
Dcurrent.txt40772 method public deprecated int getPixelFormat();
Dtest-current.txt40851 method public deprecated int getPixelFormat();
Dsystem-current.txt43772 method public deprecated int getPixelFormat();