/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 51 #define PUBLIC_LOG "%{public}" macro 53 #define PUBLIC_LOG "%" macro 56 #define PUBLIC_LOG_C PUBLIC_LOG "c" 57 #define PUBLIC_LOG_S PUBLIC_LOG "s" 58 #define PUBLIC_LOG_D8 PUBLIC_LOG PRId8 59 #define PUBLIC_LOG_D16 PUBLIC_LOG PRId16 60 #define PUBLIC_LOG_D32 PUBLIC_LOG PRId32 61 #define PUBLIC_LOG_D64 PUBLIC_LOG PRId64 62 #define PUBLIC_LOG_U8 PUBLIC_LOG PRIu8 63 #define PUBLIC_LOG_U16 PUBLIC_LOG PRIu1 [all...] |
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 54 #define PUBLIC_LOG "%{public}" macro 56 #define PUBLIC_LOG "%" macro 63 #define PUBLIC_LOG_C PUBLIC_LOG "c" 64 #define PUBLIC_LOG_S PUBLIC_LOG "s" 65 #define PUBLIC_LOG_D8 PUBLIC_LOG PRId8 66 #define PUBLIC_LOG_D16 PUBLIC_LOG PRId16 67 #define PUBLIC_LOG_D32 PUBLIC_LOG PRId32 68 #define PUBLIC_LOG_D64 PUBLIC_LOG PRId64 69 #define PUBLIC_LOG_U8 PUBLIC_LOG PRIu8 70 #define PUBLIC_LOG_U16 PUBLIC_LOG PRIu1 [all...] |
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_sink_filter.cpp | 247 MEDIA_LOG_I("set volume " PUBLIC_LOG ".3f", volume); in SetVolume() 259 MEDIA_LOG_I("SetSpeed in, speed is " PUBLIC_LOG ".3f", speed); in SetSpeed()
|
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/ |
H A D | blocking_queue.h | 65 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG in Push()
|
/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | blocking_queue.h | 65 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG in Push()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/ |
H A D | hos_au_sink.cpp | 390 MEDIA_LOG_I("create render: " PUBLIC_LOG_S ", port: " PUBLIC_LOG_D32 ":\ncategory " PUBLIC_LOG in Prepare() 392 " audioChannelMask " PUBLIC_LOG "x, format " PUBLIC_LOG_D32 ",\nisSignedData " PUBLIC_LOG in Prepare() 530 MEDIA_LOG_W("set volume to " PUBLIC_LOG ".3f", relVolume); in SetVolume()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/ |
H A D | video_ffmpeg_decoder_plugin.cpp | 658 "output buffer size is not enough: real[" PUBLIC_LOG "zu], need[" PUBLIC_LOG "zu]", in WriteYuvData() 693 "output buffer size is not enough: real[" PUBLIC_LOG "zu], need[" PUBLIC_LOG "zu]", in WriteRgbData()
|
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state_machine.cpp | 219 MEDIA_LOG_D("OnIntentExecuted, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_D32 ", action: " PUBLIC_LOG in OnIntentExecuted()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/ |
H A D | file_fd_source_plugin.cpp | 79 MEDIA_LOG_E("Parse file name from uri fail, uri: " PUBLIC_LOG "s", source->GetSourceUri().c_str()); in SetSource()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 221 MEDIA_LOG_E("SelectTrack called with invalid trackId: " PUBLIC_LOG_D32 ", number of tracks: " PUBLIC_LOG in SelectTrack() 579 MEDIA_LOG_DD("AVSeek whence: " PUBLIC_LOG_D32 ", pos = " PUBLIC_LOG_D64 ", newPos = " PUBLIC_LOG in AVSeek() 584 MEDIA_LOG_DD("AVSeek whence: " PUBLIC_LOG_D32 ", pos = " PUBLIC_LOG_D64 ", newPos = " PUBLIC_LOG in AVSeek()
|
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 195 MEDIA_LOG_D("Prepare finished, current fsm state: " PUBLIC_LOG "s.", fsm_.GetCurrentState().c_str()); in Prepare() 196 PROFILE_END("Prepare finished, current fsm state: " PUBLIC_LOG "s.", fsm_.GetCurrentState().c_str()); in Prepare()
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.cpp | 161 MEDIA_LOG_D("Prepare finished, current fsm state: " PUBLIC_LOG "s.", fsm_.GetCurrentState().c_str()); in Prepare() 162 PROFILE_END("Prepare finished, current fsm state: " PUBLIC_LOG "s.", fsm_.GetCurrentState().c_str()); in Prepare()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/ |
H A D | audio_sink_filter.cpp | 334 MEDIA_LOG_I("set volume " PUBLIC_LOG ".3f", volume); in SetVolume()
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 210 MEDIA_LOG_D("Prepare finished, current pipeline state: " PUBLIC_LOG "s.", in Prepare() 212 PROFILE_END("Prepare finished, current pipeline state: " PUBLIC_LOG "s.", in Prepare()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/ |
H A D | minimp3_demuxer_plugin.cpp | 116 MEDIA_LOG_DD("bufData->GetSize() " PUBLIC_LOG "d", bufData->GetSize());
in DoReadFromSource()
|