Home
last modified time | relevance | path

Searched refs:TransCoderOnInfoType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp106 obs->OnInfo(TransCoderOnInfoType::INFO_TYPE_PROGRESS_UPDATE, currentPositionMs); in DoReportCompletedTime()
128 obs->OnInfo(TransCoderOnInfoType::INFO_TYPE_PROGRESS_UPDATE, progress); in DoReportMediaProgress()
160 void HiTransCoderCallbackLooper::OnInfo(TransCoderOnInfoType type, int32_t extra) in OnInfo()
170 auto ptr = AnyCast<std::tuple<TransCoderOnInfoType, int32_t>>(&info); in DoReportInfo()
H A Dhitranscoder_callback_looper.h42 void OnInfo(TransCoderOnInfoType type, int32_t extra) override;
H A Dhitranscoder_impl.cpp762 … ptr->OnInfo(TransCoderOnInfoType::INFO_TYPE_PROGRESS_UPDATE, TRANSCODER_COMPLETE_PROGRESS); in OnEvent()
763 ptr->OnInfo(TransCoderOnInfoType::INFO_TYPE_TRANSCODER_COMPLETED, 0); in OnEvent()
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_transcoder_engine.h41 virtual void OnInfo(TransCoderOnInfoType type, int32_t extra) = 0;
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dtranscoder.h45 enum TransCoderOnInfoType : int32_t { enum
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.h68 void OnInfo(TransCoderOnInfoType type, int32_t extra) override;
H A Dtranscoder_server.cpp114 void TransCoderServer::OnInfo(TransCoderOnInfoType type, int32_t extra) in OnInfo()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_callback.cpp127 if (type == TransCoderOnInfoType::INFO_TYPE_TRANSCODER_COMPLETED) { in OnInfo()
129 } else if (type == TransCoderOnInfoType::INFO_TYPE_PROGRESS_UPDATE) { in OnInfo()