/frameworks/base/libs/hwui/renderthread/ |
EglManager.cpp | 189 void EglManager::setTextureAtlas(const sp<GraphicBuffer>& buffer,
|
RenderProxy.cpp | 491 CREATE_BRIDGE4(setTextureAtlas, RenderThread* thread, GraphicBuffer* buffer, int64_t* map, 498 void RenderProxy::setTextureAtlas(const sp<GraphicBuffer>& buffer, int64_t* map, size_t size) {
|
CanvasContext.cpp | 756 const sp<GraphicBuffer>& buffer, int64_t* map, size_t mapSize) {
|
/frameworks/rs/ |
rsAllocation.h | 23 #include <ui/GraphicBuffer.h>
|
/hardware/qcom/camera/QCamera2/HAL/test/ |
qcamera_test.h | 348 sp<GraphicBuffer> graphBuf;
|
/frameworks/av/media/libstagefright/omx/ |
GraphicBufferSource.cpp | 35 #include <ui/GraphicBuffer.h> 351 // see if the GraphicBuffer reference was null, which should only ever 360 // No GraphicBuffer to deal with, no additional input or output is 396 // has dropped that GraphicBuffer, and there's nothing for us to release. 415 // Mark the codec buffer as available by clearing the GraphicBuffer ref. 858 sp<GraphicBuffer> buffer = codecBuffer.mGraphicBuffer; [all...] |
OMX.cpp | 467 const sp<GraphicBuffer> &graphicBuffer, buffer_id *buffer) { 475 port_index, graphicBuffer, buffer); 480 const sp<GraphicBuffer> &graphicBuffer, buffer_id buffer) { 488 port_index, graphicBuffer, buffer);
|
SoftVideoEncoderOMXComponent.cpp | 33 #include <ui/GraphicBuffer.h>
|
/frameworks/base/core/jni/ |
android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 33 #include <ui/GraphicBuffer.h> 185 sp<GraphicBuffer> buf(new GraphicBuffer(anb, /*keepOwnership*/false));
|
android_view_ThreadedRenderer.cpp | 606 jlong proxyPtr, jobject graphicBuffer, jlongArray atlasMapArray) { 607 sp<GraphicBuffer> buffer = graphicBufferForJavaObject(env, graphicBuffer); [all...] |
/frameworks/native/libs/gui/tests/ |
CpuConsumer_test.cpp | 30 #include <ui/GraphicBuffer.h> 493 sp<GraphicBuffer> buf(new GraphicBuffer(anb, false));
|
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 604 void hwcTestSetPixel(GraphicBuffer *gBuf, unsigned char *buf, 653 void hwcTestFillColor(GraphicBuffer *gBuf, ColorFract color, float alpha) 689 void hwcTestFillColorHBlend(GraphicBuffer *gBuf, uint32_t colorFormat, [all...] |
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.cpp | 39 #include <ui/GraphicBuffer.h> 443 const sp<Fence>& acquireFence, const sp<GraphicBuffer>& target, 780 const sp<Fence>& acquireFence, const sp<GraphicBuffer>& buffer) {
|
HWC2.cpp | 28 #include <ui/GraphicBuffer.h> 77 using android::GraphicBuffer; 825 Error Display::setOutputBuffer(const sp<GraphicBuffer>& buffer, [all...] |
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.cpp | 15 #include <ui/GraphicBuffer.h> 622 void BufferSourceThread::handleBuffer(sp<GraphicBuffer> &graphic_buffer, uint8_t *buffer, 693 Rect BufferSourceThread::getCrop(sp<GraphicBuffer> &graphic_buffer, const float *mtx) {
|
/frameworks/av/media/libstagefright/ |
SurfaceMediaSource.cpp | 29 #include <ui/GraphicBuffer.h>
|
/frameworks/av/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 379 mRenderTracker.onFrameQueued(mediaTimeUs, (GraphicBuffer *)buf, Fence::NO_FENCE);
|
/frameworks/native/libs/ui/ |
Gralloc1.cpp | 202 gralloc1_error_t Device::retain(const GraphicBuffer* buffer)
|
Gralloc1On0Adapter.cpp | 323 const android::GraphicBuffer* graphicBuffer) 326 graphicBuffer->getNativeBuffer()->handle, graphicBuffer->getId()); 328 buffer_handle_t handle = graphicBuffer->getNativeBuffer()->handle; 343 descriptor.setDimensions(graphicBuffer->getWidth(), 344 graphicBuffer->getHeight()); 345 descriptor.setFormat(graphicBuffer->getPixelFormat()); 347 static_cast<gralloc1_producer_usage_t>(graphicBuffer->getUsage())); 349 static_cast<gralloc1_consumer_usage_t>(graphicBuffer->getUsage())) [all...] |
/frameworks/native/opengl/libs/EGL/ |
eglApi.cpp | 36 #include <ui/GraphicBuffer.h> [all...] |
/frameworks/av/media/libstagefright/filters/ |
MediaFilter.cpp | 760 sp<GraphicBuffer> buf = mGraphicBufferListener->getBuffer(item); 764 buf->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, &bufPtr);
|
/frameworks/av/include/media/stagefright/ |
ACodec.h | 198 sp<GraphicBuffer> mGraphicBuffer;
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 24 #include <ui/GraphicBuffer.h>
|
/frameworks/native/libs/gui/ |
BufferQueueConsumer.cpp | 314 const sp<android::GraphicBuffer>& buffer) { 381 // GraphicBuffer pointer on the next acquireBuffer call, which decreases 382 // Binder traffic by not un/flattening the GraphicBuffer. However, it 393 // false, the valid GraphicBuffer pointer will always be sent with acquire
|
/frameworks/base/media/jni/ |
android_media_Utils.cpp | 855 status_t lockImageFromBuffer(sp<GraphicBuffer> buffer, uint32_t inUsage, 857 ALOGV("%s: Try to lock the GraphicBuffer", __FUNCTION__); 900 ALOGV("%s: Successfully locked the image from the GraphicBuffer", __FUNCTION__);
|