Home
last modified time | relevance | path

Searched defs:bufferId (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/common/sharedata/
H A Dshare_data.cpp23 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 Dsharedata_test.cpp50 int32_t bufferId = 0; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/
H A Djs_share_data.cpp27 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 Drs_vk_image_manager.cpp83 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 Drs_egl_image_manager.cpp253 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 Dwebgl_buffer.h37 void SetBufferId(uint32_t bufferId) in SetBufferId() argument
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Daudio_buffer_cache.cpp61 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 Dmedia_monitor_stub.cpp118 uint64_t bufferId = 0; in HandleInputBufferFilled() local
H A Dmedia_monitor_service.cpp221 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 Dcodec_buffer_pool.cpp109 std::shared_ptr<CodecBuffer> CodecBufferPool::GetBuffer(int32_t bufferId) in GetBuffer() argument
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp43 uint32_t bufferId = 0; in OnMsgReceived() local
H A Dhcodec.cpp795 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 Dhcodec.h134 uint32_t bufferId = 0; member
H A Dhencoder.cpp1151 uint32_t bufferId = 0; in OnQueueInputBuffer() local
1314 OnOMXEmptyBufferDone(uint32_t bufferId, BufferOperationMode mode) OnOMXEmptyBufferDone() argument
[all...]
H A Dhdecoder.cpp965 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 Dimage_decoder.cpp377 void ImageDecoder::OnOMXEmptyBufferDone(uint32_t bufferId, BufferOperationMode mode) in OnOMXEmptyBufferDone() argument
H A Dcodec_state.cpp33 uint32_t bufferId; in OnMsgReceived() local
H A Dimage_codec.cpp518 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 Davmemory.cpp44 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 Dmedia_monitor_client.cpp96 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 Drosen_render_surface.cpp556 void RosenRenderSurface::ReleaseSurfaceBufferById(uint32_t bufferId) in DrawBuffer() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h112 uint32_t bufferId = 0; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp476 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 Dwebgl2_rendering_context_impl.cpp1507 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 Dwebgl_rendering_context_base_impl.cpp184 uint32_t bufferId = WebGLBuffer::DEFAULT_BUFFER; in BindBuffer() local
299 uint32_t bufferId = 0; CreateBuffer() local
[all...]

Completed in 27 milliseconds

12