Home
last modified time | relevance | path

Searched defs:buffers (Results 151 – 175 of 210) sorted by relevance

123456789

/aosp12/hardware/interfaces/automotive/evs/1.1/default/
H A DEvsCamera.cpp254 Return<EvsResult> EvsCamera::doneWithFrame_1_1(const hidl_vec<BufferDesc_1_1>& buffers) { in doneWithFrame_1_1()
/aosp12/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp325 const std::vector<sp<GraphicBuffer>>& buffers, in attachBuffers()
831 const std::vector<sp<GraphicBuffer>>& buffers, in attachBuffers()
1186 std::vector<sp<GraphicBuffer>> buffers; in onTransact() local
H A DSurface.cpp742 int Surface::dequeueBuffers(std::vector<BatchBuffer>* buffers) { in dequeueBuffers()
942 int Surface::cancelBuffers(const std::vector<BatchBuffer>& buffers) { in cancelBuffers()
1182 int Surface::queueBuffers(const std::vector<BatchQueuedBuffer>& buffers) { in queueBuffers()
H A DBufferQueueProducer.cpp1441 Vector<sp<GraphicBuffer>> buffers; in allocateBuffers() local
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/
H A DMapperVts.cpp135 auto buffers = allocate(descriptor, 1, import, tolerance, outStride); in allocate() local
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Ddepth_process_block.cc561 std::vector<StreamBuffer> buffers; in RequestDepthStreamBuffer() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp403 VpeSurfaceBuffers buffers = { in ComposeHdrPixelMap() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp504 void DCameraSinkController::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buffers) in OnDataReceived()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp228 GSError ProducerSurface::RequestBuffers(std::vector<sptr<SurfaceBuffer>>& buffers, in RequestBuffers()
292 GSError ProducerSurface::FlushBuffers(const std::vector<sptr<SurfaceBuffer>>& buffers, in FlushBuffers()
/aosp12/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp207 OMX_U32 portIndex, Vector<Buffer> *buffers) { in allocatePortBuffers()
/ohos5.0/base/update/updater/services/ptable_parse/
H A Dptable.cpp136 struct stat buffers; in CheckFileExist() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp223 JNIEnv* env, Vector<jbyteArray>* buffers, size_t bufferSize) in getCallbackBuffer()
519 void JNICameraContext::clearCallbackBuffers_l(JNIEnv *env, Vector<jbyteArray> *buffers) { in clearCallbackBuffers_l()
H A Dandroid_opengl_GLES11.cpp712 GLuint *buffers = (GLuint *) 0; in android_glDeleteBuffers__I_3II() local
762 GLuint *buffers = (GLuint *) 0; in android_glDeleteBuffers__ILjava_nio_IntBuffer_2() local
822 GLuint *buffers = (GLuint *) 0; in android_glGenBuffers__I_3II() local
872 GLuint *buffers = (GLuint *) 0; in android_glGenBuffers__ILjava_nio_IntBuffer_2() local
/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp59 std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.h343 Vector<sp<ABuffer> > buffers; member
/aosp12/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp430 Vector<sp<MediaCodecBuffer> > buffers; in runEncoder() local
/aosp12/frameworks/av/media/bufferpool/1.0/
H A DAccessorImpl.cpp424 auto buffers = mUsingBuffers.find(connectionId); in handleClose() local
/aosp12/bionic/libc/kernel/uapi/drm/
H A Dnouveau_drm.h88 __u64 buffers; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_shadow_render_slot.cpp554 RenderPass RenderNodeDefaultShadowRenderSlot::CreateRenderPass(const ShadowBuffers& buffers) in CreateRenderPass()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp1006 status_t Camera3Stream::getBuffers(std::vector<OutstandingBuffer>* buffers, in getBuffers()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp790 static bool DecomposeImage(VpeSurfaceBuffers& buffers, HdrMetadata& metadata, bool onlySdr, bool sd… in DecomposeImage()
1313 VpeSurfaceBuffers buffers = { in EncodeDualVivid() local
1361 VpeSurfaceBuffers buffers = { in EncodeSdrImage() local
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java991 public void glDeleteBuffers(int n, int[] buffers, int offset) { in glDeleteBuffers()
997 public void glDeleteBuffers(int n, IntBuffer buffers) { in glDeleteBuffers()
1009 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
1015 public void glGenBuffers(int n, IntBuffer buffers) { in glGenBuffers()
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1246 int[] buffers, in glDeleteBuffers()
1254 java.nio.IntBuffer buffers in glDeleteBuffers()
1270 int[] buffers, in glGenBuffers()
1278 java.nio.IntBuffer buffers in glGenBuffers()
/aosp12/hardware/libhardware/include/hardware/
H A Dcamera3.h1956 buffer_handle_t **buffers; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp105 std::vector<MemoryArea> buffers; member in OHOS::HiviewDFX::DfxMemoryTest

123456789