Home
last modified time | relevance | path

Searched refs:GetMetaType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_buffer.cpp89 MetaType type = meta_->GetMetaType(); in Reset()
185 MetaType BufferMeta::GetMetaType() const in GetMetaType() function in OHOS::DistributedHardware::BufferMeta
H A Dav_trans_utils.cpp150 if ((transMeta->GetMetaType() == MetaType::AUDIO)) { in Convert2HiSBufferMeta()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_buffer.h66 MetaType GetMetaType() const;
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h387 …int32_t GetMetaType(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env, napi_value ar…
H A Davrecorder_napi.cpp460 if (asyncCtx->napi->GetMetaType(asyncCtx, env, args[0]) == MSERR_OK) { in JsGetInputMetaSurface()
1920 int32_t AVRecorderNapi::GetMetaType(std::unique_ptr<AVRecorderAsyncContext> &asyncCtx, napi_env env… in GetMetaType() function in OHOS::Media::AVRecorderNapi