Home
last modified time | relevance | path

Searched defs:HelperDataSourceCJCallback (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/frameworks/cj/metadatahelper/include/
Dcj_helperdatasourcecallback.h30 struct HelperDataSourceCJCallback { struct
31 HelperDataSourceCJCallback( in HelperDataSourceCJCallback() argument
40 std::function<int32_t(uint8_t *, uint32_t, int64_t)> callback_;
41 std::string callbackName_;
42 std::shared_ptr<AVSharedMemory> memory_;
43 uint32_t length_;
44 int64_t pos_;
45 int32_t readSize_ = 0;
46 std::mutex mutexCond_;
70 std::shared_ptr<HelperDataSourceCJCallback> cb_ = nullptr; argument