Home
last modified time | relevance | path

Searched defs:buffers (Results 1 – 25 of 85) sorted by relevance

1234

/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H A Dutils_data_stub.cpp325 std::vector<uint8_t> buffers; in WriteMetadata() local
331 std::vector<int32_t> buffers; in WriteMetadata() local
337 std::vector<float> buffers; in WriteMetadata() local
349 std::vector<double> buffers; in WriteMetadata() local
368 std::vector<uint8_t> buffers; in ReadMetadataUInt8() local
380 std::vector<int32_t> buffers; in ReadMetadataInt32() local
392 std::vector<uint32_t> buffers; in ReadMetadataUInt32() local
404 std::vector<float> buffers; in ReadMetadataFloat() local
416 std::vector<int64_t> buffers; in ReadMetadataInt64() local
428 std::vector<double> buffers; in ReadMetadataDouble() local
[all …]
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Doffline_pipeline.cpp155 void OfflinePipeline::ReceiveCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in ReceiveCache()
171 std::vector<std::shared_ptr<IBuffer>> buffers = {}; in HandleBuffers() local
189 void OfflinePipeline::ProcessCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in ProcessCache()
194 void OfflinePipeline::DeliverCacheCheck(std::vector<std::shared_ptr<IBuffer>>& buffers) in DeliverCacheCheck()
213 void OfflinePipeline::DeliverCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in DeliverCache()
223 void OfflinePipeline::DeliverCancelCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in DeliverCancelCache()
H A Dipp_node.cpp317 void IppNode::DeliverBuffers(std::vector<std::shared_ptr<IBuffer>>& buffers) in DeliverBuffers()
328 void IppNode::ProcessCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in ProcessCache()
353 void IppNode::DeliverCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in DeliverCache()
358 void IppNode::DeliverCancelCache(std::vector<std::shared_ptr<IBuffer>>& buffers) in DeliverCancelCache()
379 RetCode IppNode::GetOutputBuffer(std::vector<std::shared_ptr<IBuffer>>& buffers, std::shared_ptr<IB… in GetOutputBuffer()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLId.java26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers()
30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers()
32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
H A DGLES20IdImpl.java19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Ddcamera_pipeline_source_test.cpp117 std::vector<std::shared_ptr<DataBuffer>> buffers; variable
175 std::vector<std::shared_ptr<DataBuffer>> buffers; variable
191 std::vector<std::shared_ptr<DataBuffer>> buffers; variable
H A Ddcamera_pipeline_sink_test.cpp116 std::vector<std::shared_ptr<DataBuffer>> buffers; variable
176 std::vector<std::shared_ptr<DataBuffer>> buffers; variable
193 std::vector<std::shared_ptr<DataBuffer>> buffers; variable
/ohos5.0/drivers/interface/camera/metadata/src/
H A Dmetadata_utils.cpp573 std::vector<uint8_t> buffers; in ReadMetadataUInt8() local
585 std::vector<int32_t> buffers; in ReadMetadataInt32() local
597 std::vector<uint32_t> buffers; in ReadMetadataUInt32() local
609 std::vector<float> buffers; in ReadMetadataFloat() local
621 std::vector<int64_t> buffers; in ReadMetadataInt64() local
633 std::vector<double> buffers; in ReadMetadataDouble() local
645 std::vector<int32_t> buffers; in ReadMetadataRational() local
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestBufferPool.cpp62 std::vector<std::shared_ptr<AVBuffer>> buffers; variable
/aosp14/system/core/libcutils/
H A Dsockets_windows.cpp58 const cutils_socket_buffer_t* buffers, in socket_send_buffers()
H A Dsockets_unix.cpp35 const cutils_socket_buffer_t* buffers, in socket_send_buffers()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DDumpHandler.kt167 val buffers = dumpManager.getLogBuffers() regex
222 val buffers = dumpManager.getLogBuffers() regex
231 val buffers = dumpManager.getLogBuffers() regex
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_controller_channel_listener.cpp47 …CameraSinkControllerChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buff… in OnDataReceived()
H A Ddcamera_sink_output_channel_listener.cpp47 …id DCameraSinkOutputChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buff… in OnDataReceived()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller_channel_listener.cpp56 …meraSourceControllerChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buff… in OnDataReceived()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input_channel_listener.cpp56 …d DCameraSourceInputChannelListener::OnDataReceived(std::vector<std::shared_ptr<DataBuffer>>& buff… in OnDataReceived()
/aosp14/system/core/fastboot/
H A Dsocket_test.cpp177 std::vector<cutils_socket_buffer_t> buffers{{data[0].data(), data[0].length()}, in TEST() local
214 std::vector<cutils_socket_buffer_t> buffers{{data[0].data(), data[0].length()}, in TEST() local
245 size_t num_buffers) -> ssize_t { in TEST()
H A Dsocket.cpp147 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send()
202 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java77 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H A Dstream_tunnel.h62 std::unordered_map<std::shared_ptr<IBuffer>, OHOS::SurfaceBuffer*> buffers; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H A Dstream_tunnel.h67 std::unordered_map<std::shared_ptr<IBuffer>, OHOS::sptr<OHOS::SurfaceBuffer>> buffers = {}; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.h110 BASE_NS::vector<BufferDescriptor> buffers; member
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DGraphicsStatsService.java236 ArrayList<HistoricalBuffer> buffers; in pullGraphicsStatsImpl() local
394 ActiveBuffer buffers = new ActiveBuffer(token, uid, pid, packageName, versionCode); in fetchActiveBuffersLocked() local
402 private HashSet<File> dumpActiveLocked(long dump, ArrayList<HistoricalBuffer> buffers) { in dumpActiveLocked()
439 ArrayList<HistoricalBuffer> buffers; in dump() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
H A DDumpManagerTest.kt162 val buffers = dumpManager.getLogBuffers() regex
/aosp14/system/core/fastboot/fuzzer/
H A Dsocket_mock_fuzz.cpp45 bool SocketMockFuzz::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send()

1234