Home
last modified time | relevance | path

Searched refs:GetDataBuffer (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/media_foundation/engine/scene/standard/
H A Ddata_stream.h144 virtual bool GetDataBuffer(std::shared_ptr<DataBuffer>& buffer, int timeout = -1) = 0;
/foundation/multimedia/media_utils_lite/interfaces/kits/
H A Ddata_stream.h144 virtual bool GetDataBuffer(std::shared_ptr<DataBuffer>& buffer, int timeout = -1) = 0;
/foundation/multimedia/media_foundation/engine/scene/common/
H A Ddata_stream_impl.h30 bool GetDataBuffer(std::shared_ptr<DataBuffer>& buffer, int timeout) override;
H A Ddata_stream_impl.cpp33 bool DataStreamImpl::GetDataBuffer(std::shared_ptr<DataBuffer>& buffer, int timeout) in GetDataBuffer() function in OHOS::Media::DataStreamImpl
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/
H A Dstream_source_plugin.cpp136 FALSE_RETURN_V(stream_->GetDataBuffer(dataBuffer), Status::ERROR_TIMED_OUT); in Read()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_change_request_napi.h96 void* GetDataBuffer() const;
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp436 void* MediaAssetChangeRequestNapi::GetDataBuffer() const in GetDataBuffer() function in OHOS::Media::MediaAssetChangeRequestNapi
1908 void* dataBuffer = isMovingPhotoVideo ? changeRequest->GetMovingPhotoVideoBuffer() : changeRequest->GetDataBuffer(); in WriteCacheByArrayBuffer()

Completed in 11 milliseconds