/foundation/arkui/ace_engine/frameworks/core/common/sharedata/ |
H A D | share_data.cpp | 23 void ShareData::InsertBuffer(int32_t bufferId, std::shared_ptr<std::vector<uint8_t>> dataArray) in InsertBuffer() argument
|
/foundation/arkui/ace_engine/test/unittest/core/common/sharedata/ |
H A D | sharedata_test.cpp | 50 int32_t bufferId = 0; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/ |
H A D | js_share_data.cpp | 27 JSShareData::JSShareData(int32_t bufferId) in JSShareData() argument 63 int32_t bufferId = info[0]->ToNumber<int32_t>(); in Constructor() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vk_image_manager.cpp | 83 auto bufferId = buffer->GetSeqNum(); in MapVkImageFromSurfaceBuffer() local 95 auto bufferId = buffer->GetSeqNum(); in CreateImageCacheFromBuffer() local 109 auto bufferId = buffer->GetSeqNum(); in NewImageCacheFromBuffer() local
|
H A D | rs_egl_image_manager.cpp | 253 auto bufferId = buffer->GetSeqNum(); in CreateImageCacheFromBuffer() local 274 auto bufferId = buffer->GetSeqNum(); in CreateImageCacheFromBuffer() local 288 auto bufferId = buffer->GetSeqNum(); in MapEglImageFromSurfaceBuffer() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_buffer.h | 37 void SetBufferId(uint32_t bufferId) in SetBufferId() argument
|
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | audio_buffer_cache.cpp | 61 auto bufferId = dumpBufferWrap_->GetUniqueId(buffer.get()); in ReleaseBuffer() local 92 int32_t AudioBufferCache::GetBufferById(std::shared_ptr<AudioBuffer> &buffer, uint64_t bufferId) in GetBufferById() argument 156 auto bufferId = dumpBufferWrap_->GetUniqueId(buffer.get()); in AllocAudioBuffer() local 161 int32_t AudioBufferCache::DeleteAudioBuffer(uint64_t bufferId, int32_ argument [all...] |
H A D | media_monitor_stub.cpp | 118 uint64_t bufferId = 0; in HandleInputBufferFilled() local
|
H A D | media_monitor_service.cpp | 221 int32_t MediaMonitorService::InputBufferFilled(const std::string &fileName, uint64_t bufferId, int32_t size) in InputBufferFilled() argument
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_buffer_pool.cpp | 109 std::shared_ptr<CodecBuffer> CodecBufferPool::GetBuffer(int32_t bufferId) in GetBuffer() argument
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 43 uint32_t bufferId = 0; in OnMsgReceived() local
|
H A D | hcodec.cpp | 795 HCodec::BufferInfo* HCodec::FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId) in FindBufferInfoByID() argument 807 FindBufferIndexByID(OMX_DIRTYPE portIndex, uint32_t bufferId) FindBufferIndexByID() argument 880 uint32_t bufferId = 0; OnQueueInputBuffer() local 1068 uint32_t bufferId = 0; OnReleaseOutputBuffer() local [all...] |
H A D | hcodec.h | 134 uint32_t bufferId = 0; member
|
H A D | hencoder.cpp | 1151 uint32_t bufferId = 0; in OnQueueInputBuffer() local 1314 OnOMXEmptyBufferDone(uint32_t bufferId, BufferOperationMode mode) OnOMXEmptyBufferDone() argument [all...] |
H A D | hdecoder.cpp | 965 OnOMXEmptyBufferDone(uint32_t bufferId, BufferOperationMode mode) OnOMXEmptyBufferDone() argument 1009 uint32_t bufferId = 0; OnRenderOutputBuffer() local [all...] |
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_decoder.cpp | 377 void ImageDecoder::OnOMXEmptyBufferDone(uint32_t bufferId, BufferOperationMode mode) in OnOMXEmptyBufferDone() argument
|
H A D | codec_state.cpp | 33 uint32_t bufferId; in OnMsgReceived() local
|
H A D | image_codec.cpp | 518 ImageCodec::BufferInfo* ImageCodec::FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId) in FindBufferInfoByID() argument 530 optional<size_t> ImageCodec::FindBufferIndexByID(OMX_DIRTYPE portIndex, uint32_t bufferId) in FindBufferIndexByID() argument 550 uint32_t bufferId; OnQueueInputBuffer() local 692 uint32_t bufferId; OnReleaseOutputBuffer() local [all...] |
/foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
H A D | avmemory.cpp | 44 static std::atomic<uint32_t> bufferId = 0; in GetUniqueId() local 51 uint32_t bufferId[2]; // 33--64, 32: atomic val in GetUniqueId() member
|
/foundation/multimedia/media_foundation/services/media_monitor/client/src/ |
H A D | media_monitor_client.cpp | 96 uint64_t bufferId = tmpBufferWrap->GetUniqueId(bufferPtr.get()); in WriteAudioBuffer() local 134 int32_t MediaMonitorClient::InputBufferFilled(const std::string &fileName, uint64_t bufferId, int32_t size) in InputBufferFilled() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface.cpp | 556 void RosenRenderSurface::ReleaseSurfaceBufferById(uint32_t bufferId) in DrawBuffer() argument
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 112 uint32_t bufferId = 0; member
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
H A D | heif_hw_decoder.cpp | 476 bool HeifHardwareDecoder::WaitForOmxToReturnInputBuffer(uint32_t& bufferId, shared_ptr<ImageCodecBuffer>& buffer) in WaitForOmxToReturnInputBuffer() argument 497 uint32_t bufferId; in SendInputBufferLoop() local 526 bool HeifHardwareDecoder::WaitForOmxToReturnOutputBuffer(uint32_t& bufferId, shared_ptr<ImageCodecBuffer>& buffer) in WaitForOmxToReturnOutputBuffer() argument 611 uint32_t bufferId; in ReceiveOutputBufferLoop() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_impl.cpp | 1507 uint32_t bufferId = WebGLBuffer::DEFAULT_BUFFER; in BindBuffer() local 1537 GLuint bufferId = WebGLBuffer::DEFAULT_BUFFER; in BindBufferBase() local 1566 GLuint bufferId = WebGLBuffer::DEFAULT_BUFFER; BindBufferRange() local 2049 UpdateBaseTargetBoundBuffer( napi_env env, GLenum target, GLuint index, GLuint bufferId) UpdateBaseTargetBoundBuffer() argument [all...] |
H A D | webgl_rendering_context_base_impl.cpp | 184 uint32_t bufferId = WebGLBuffer::DEFAULT_BUFFER; in BindBuffer() local 299 uint32_t bufferId = 0; CreateBuffer() local [all...] |