/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/ |
H A D | async_mode.cpp | 110 MEDIA_LOG_DD("PushData called, inBufQue_->Size(): " PUBLIC_LOG_ZU ", capacity: " PUBLIC_LOG_ZU, in PushData() 115 MEDIA_LOG_DD("PushData buffer = nullptr."); in PushData() 213 MEDIA_LOG_DD("AsyncMode handle frame called, inBufQue_->Size(): " PUBLIC_LOG_ZU, inBufQue_->Size()); in HandleFrame() 216 MEDIA_LOG_DD("decoder find nullptr in esBufferQ"); in HandleFrame() 231 MEDIA_LOG_DD("Send data to plugin error: " PUBLIC_LOG_D32 ", currently, input buffer cannot be inputted, " in HandleFrame() 237 MEDIA_LOG_DD("Async handle frame finished"); in HandleFrame() 243 MEDIA_LOG_DD("AsyncMode decode frame called, outBufPool_->Size(): " PUBLIC_LOG_ZU, outBufPool_->Size()); in DecodeFrame() 250 MEDIA_LOG_DD("QueueOutputBuffer failed, cause no enough data."); in DecodeFrame() 257 MEDIA_LOG_DD("Invalid buffer."); in DecodeFrame() 259 MEDIA_LOG_DD("Asyn in DecodeFrame() [all...] |
H A D | sync_mode.cpp | 51 MEDIA_LOG_DD("finish frame"); in PushData() 80 MEDIA_LOG_DD("SyncMode HandleFrame called"); in HandleFrame() 90 MEDIA_LOG_DD("SyncMode begin finish frame"); in FinishFrame() 103 MEDIA_LOG_DD("SyncMode end finish frame"); in FinishFrame() 109 MEDIA_LOG_DD("begin"); in OnOutputBufferDone() 122 MEDIA_LOG_DD("end"); in OnOutputBufferDone()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_buffer.cpp | 36 MEDIA_LOG_DD("CodecBuffer Init Start"); in Init() 92 MEDIA_LOG_DD("plugin flag: " PUBLIC_LOG_U32 ", pts: " PUBLIC_LOG_D64, omxBuffer_->flag, omxBuffer_->pts); in Copy() 99 MEDIA_LOG_DD("pluginBuffer->GetMemory() return nullptr"); in Copy() 104 MEDIA_LOG_DD("mem->GetReadOnlyData() return nullptr"); in Copy() 110 MEDIA_LOG_DD("CopyBuffer end, bufferId: " PUBLIC_LOG_U32, omxBuffer_->bufferId); in Copy() 116 MEDIA_LOG_DD("Rebind Start"); in Rebind() 119 MEDIA_LOG_DD("plugin flag: " PUBLIC_LOG_U32 ", pts: " PUBLIC_LOG_D64, omxBuffer_->flag, omxBuffer_->pts); in Rebind() 150 MEDIA_LOG_DD("Rebind end, omxBufferId: " PUBLIC_LOG_U32, omxBuffer_->bufferId); in Rebind()
|
H A D | hdi_codec_adapter.cpp | 66 MEDIA_LOG_DD("EmptyBufferDone begin, bufferId: " PUBLIC_LOG_U32, omxBuffer->bufferId); in EmptyBufferDone() 72 MEDIA_LOG_DD("EmptyBufferDone-callback end, free in buffer count: " PUBLIC_LOG_U32, in EmptyBufferDone() 79 MEDIA_LOG_DD("FillBufferDone-callback begin, bufferId: " PUBLIC_LOG_U32 ", flag: " PUBLIC_LOG_U32 in FillBufferDone() 101 MEDIA_LOG_DD("hdi adapter is flushing, ignore this data"); in FillBufferDone() 107 MEDIA_LOG_DD("FillBufferDone-callback end, free out buffer count: " PUBLIC_LOG_U32, in FillBufferDone() 412 MEDIA_LOG_DD("QueueInputBuffer Start"); in QueueInputBuffer() 420 MEDIA_LOG_DD("QueueInputBuffer end, inBufQue_.size: " PUBLIC_LOG_ZU, inBufQue_.size()); in QueueInputBuffer() 431 MEDIA_LOG_DD("handle frame begin"); in HandleFrame() 459 MEDIA_LOG_DD("handle frame end"); in HandleFrame() 464 MEDIA_LOG_DD("QueueOutputBuffe in QueueOutputBuffer() [all...] |
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/ |
H A D | blocking_queue.h | 57 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push() 61 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is full, waiting for pop.", name_.c_str()); in Push() 71 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Push succeed.", name_.c_str()); in Push() 96 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop enter.", name_.c_str()); in Pop() 103 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is empty, waiting for push", name_.c_str()); in Pop() 112 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop succeed.", name_.c_str()); in Pop()
|
/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | blocking_queue.h | 57 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push() 61 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is full, waiting for pop.", name_.c_str()); in Push() 71 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Push succeed.", name_.c_str()); in Push() 96 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop enter.", name_.c_str()); in Pop() 103 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is empty, waiting for push", name_.c_str()); in Pop() 112 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " Pop succeed.", name_.c_str()); in Pop()
|
H A D | ring_buffer.h | 52 MEDIA_LOG_DD("ReadBuffer wait , waitTimes is " PUBLIC_LOG_U64, waitTimes); in ReadBuffer() 71 MEDIA_LOG_DD("ReadBuffer finish available is " PUBLIC_LOG_ZU ", mediaOffset_ " PUBLIC_LOG_U64, available, in ReadBuffer() 84 MEDIA_LOG_DD("WriteBuffer wait writeSize is " PUBLIC_LOG_U64, writeSize); in WriteBuffer()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | data_packer.cpp | 65 MEDIA_LOG_DD("DataPacker PushData begin... buffer (offset " PUBLIC_LOG_U64 ", size " PUBLIC_LOG_ZU ")", in PushData() 91 MEDIA_LOG_DD("DataPacker PushData end. " PUBLIC_LOG_S, ToString().c_str()); in PushData() 97 MEDIA_LOG_DD("dataPacker (offset " PUBLIC_LOG_U64 ", size " PUBLIC_LOG_U32 "), curOffsetEnd is " PUBLIC_LOG_U64, in IsDataAvailable() 99 MEDIA_LOG_DD(PUBLIC_LOG_S, ToString().c_str()); in IsDataAvailable() 105 MEDIA_LOG_DD("IsDataAvailable false, offset not in cached data, clear it."); in IsDataAvailable() 113 MEDIA_LOG_DD("IsDataAvailable bufCnt == 1, result " PUBLIC_LOG_D32, offsetEnd <= curOffsetEnd); in IsDataAvailable() 120 MEDIA_LOG_DD("IsDataAvailable true, last buffer index " PUBLIC_LOG_ZU ", offsetEnd " PUBLIC_LOG_U64 in IsDataAvailable() 128 MEDIA_LOG_DD("IsDataAvailable true, use all buffers, last buffer index " PUBLIC_LOG_ZU ", offsetEnd " in IsDataAvailable() 133 MEDIA_LOG_DD("IsDataAvailable false, offsetEnd " PUBLIC_LOG_U64 ", curOffsetEnd " PUBLIC_LOG_U64, in IsDataAvailable() 156 MEDIA_LOG_DD("PeekRangeInterna in PeekRangeInternal() [all...] |
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | surface_memory.cpp | 30 MEDIA_LOG_DD("SurfaceMemory ctor."); in SurfaceMemory() 45 MEDIA_LOG_DD("SurfaceMemory dtor."); in ~SurfaceMemory() 64 MEDIA_LOG_DD("AllocSurfaceBuffer failed."); in AllocSurfaceBuffer()
|
H A D | surface_allocator.cpp | 60 MEDIA_LOG_DD("width: " PUBLIC_LOG_D32 ", height :" PUBLIC_LOG_D32 ", align: " PUBLIC_LOG_D32 in AllocSurfaceBuffer() 69 MEDIA_LOG_DD("buffer queue is no more buffers"); in AllocSurfaceBuffer() 90 MEDIA_LOG_DD("request surface buffer success, releaseFence: " PUBLIC_LOG_D32, releaseFence); in AllocSurfaceBuffer()
|
/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 103 // Control the debug detail logs MEDIA_LOG_DD. 104 // If MEDIA_LOG_DD is needed, #define MEDIA_LOG_DEBUG_DETAIL 1 at the beginning of the cpp file. 110 #undef MEDIA_LOG_DD macro 111 #define MEDIA_LOG_DD(msg, ...) ((void)0) macro 113 #undef MEDIA_LOG_DD macro 114 #define MEDIA_LOG_DD MEDIA_LOG_D macro
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/ |
H A D | file_fd_source_plugin.cpp | 98 MEDIA_LOG_DD("buffer position " PUBLIC_LOG_U64 ", expectedLen " PUBLIC_LOG_ZU, position_, expectedLen); in Read() 102 MEDIA_LOG_DD("position_: " PUBLIC_LOG_U64 ", readSize: " PUBLIC_LOG_ZU, position_, bufData->GetSize()); in Read() 108 MEDIA_LOG_DD("IN"); in GetSize() 110 MEDIA_LOG_DD("Size_: " PUBLIC_LOG_U64, size); in GetSize() 116 MEDIA_LOG_DD("IN"); in GetSeekable()
|
H A D | file_source_plugin.cpp | 170 MEDIA_LOG_DD("buffer position " PUBLIC_LOG_U64 ", expectedLen " PUBLIC_LOG_ZU, position_, expectedLen); in Read() 174 MEDIA_LOG_DD("position_: " PUBLIC_LOG_U64 ", readSize: " PUBLIC_LOG_ZU, position_, bufData->GetSize()); in Read() 180 MEDIA_LOG_DD("IN"); in GetSize() 186 MEDIA_LOG_DD("FileSize_: " PUBLIC_LOG_U64, size); in GetSize() 192 MEDIA_LOG_DD("IN"); in GetSeekable()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/ |
H A D | video_sink_filter.cpp | 287 MEDIA_LOG_DD("RenderFrame called, inBufQue size: " PUBLIC_LOG_ZU, inBufQueue_->Size()); in RenderFrame() 307 MEDIA_LOG_DD("RenderFrame success"); in RenderFrame() 312 MEDIA_LOG_DD("video sink push data started, state_: " PUBLIC_LOG_D32, state_.load()); in PushData() 331 MEDIA_LOG_DD("video sink push data end, buffer->pts: " PUBLIC_LOG_D64, buffer->pts); in PushData() 337 MEDIA_LOG_DD("start called"); in Start() 483 MEDIA_LOG_DD("buffer is eary, sleep for " PUBLIC_LOG_D64 " ms", waitTimeMs); in CheckBufferLatenessMayWait() 488 MEDIA_LOG_DD("buffer is too late"); in CheckBufferLatenessMayWait() 531 MEDIA_LOG_DD("drop buffer with pts " PUBLIC_LOG_D64 " due to too late", buffer->pts); in DoSyncWrite() 535 MEDIA_LOG_DD("drop buffer with pts " PUBLIC_LOG_D64 " due to seek not need to render", buffer->pts); in DoSyncWrite()
|
/foundation/multimedia/media_foundation/src/common/ |
H A D | surface_allocator.cpp | 64 MEDIA_LOG_DD("width: " PUBLIC_LOG_D32 ", height :" PUBLIC_LOG_D32 ", align: " PUBLIC_LOG_D32 in AllocSurfaceBuffer() 73 MEDIA_LOG_DD("buffer queue is no more buffers"); in AllocSurfaceBuffer() 94 MEDIA_LOG_DD("request surface buffer success, releaseFence: " PUBLIC_LOG_D32, releaseFence); in AllocSurfaceBuffer()
|
H A D | surface_memory.cpp | 37 MEDIA_LOG_DD("SurfaceMemory ctor."); in SurfaceMemory() 52 MEDIA_LOG_DD("SurfaceMemory dtor."); in ~SurfaceMemory() 71 MEDIA_LOG_DD("AllocSurfaceBuffer failed."); in AllocSurfaceBuffer()
|
/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
H A D | avsharedmemorybase.cpp | 66 MEDIA_LOG_DD(LOGD_FREQUENCY, "enter ctor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in AVSharedMemoryBase() 73 MEDIA_LOG_DD(LOGD_FREQUENCY, "enter ctor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in AVSharedMemoryBase() 79 MEDIA_LOG_DD(LOGD_FREQUENCY, "enter dtor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in ~AVSharedMemoryBase() 167 MEDIA_LOG_DD("write data,length:%{public}d, start:%{public}d, name:%{public}s", length, start, name_.c_str()); in Write()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/ |
H A D | file_source_plugin.cpp | 190 MEDIA_LOG_DD("buffer position " PUBLIC_LOG_U64 ", expectedLen " PUBLIC_LOG_ZU, position_, expectedLen); in Read() 203 MEDIA_LOG_DD("position_: " PUBLIC_LOG_U64 ", readSize: " PUBLIC_LOG_ZU, position_, bufData->GetSize()); in Read() 209 MEDIA_LOG_DD("IN"); in GetSize() 215 MEDIA_LOG_DD("FileSize_: " PUBLIC_LOG_U64, size); in GetSize() 221 MEDIA_LOG_DD("IN"); in GetSeekable()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/audio_sink/ |
H A D | sdl_audio_sink_plugin.cpp | 365 MEDIA_LOG_DD("SdlSink Write begin"); in Write() 375 MEDIA_LOG_DD("SdlSink Write before ring buffer"); in Write() 377 MEDIA_LOG_DD("SdlSink Write end"); in Write() 401 MEDIA_LOG_DD("sdl audio callback begin"); in AudioCallback() 407 MEDIA_LOG_DD("sdl audio callback end with 0"); in AudioCallback() 413 MEDIA_LOG_DD("sdl audio callback end with " PUBLIC_LOG_ZU, realLen); in AudioCallback()
|
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/ |
H A D | ring_buffer.h | 52 MEDIA_LOG_DD("ReadBuffer wait , waitTimes is " PUBLIC_LOG_U64, waitTimes); in ReadBuffer() 71 MEDIA_LOG_DD("ReadBuffer finish available is " PUBLIC_LOG_ZU ", mediaOffset_ " PUBLIC_LOG_U64, available, in ReadBuffer() 84 MEDIA_LOG_DD("WriteBuffer wait writeSize is " PUBLIC_LOG_U64, writeSize); in WriteBuffer()
|
/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 179 // Control the debug detail logs MEDIA_LOG_DD. 180 // If MEDIA_LOG_DD is needed, #define MEDIA_LOG_DEBUG_DETAIL 1 at the beginning of the cpp file. 186 #undef MEDIA_LOG_DD macro 187 #define MEDIA_LOG_DD(msg, ...) ((void)0) macro 189 #undef MEDIA_LOG_DD macro 190 #define MEDIA_LOG_DD MEDIA_LOG_D macro
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/ |
H A D | video_ffmpeg_decoder_plugin.cpp | 56 MEDIA_LOG_DD("codec " PUBLIC_LOG_S "(" PUBLIC_LOG_S ") is not supported right now", in RegisterVideoDecoderPlugins() 421 MEDIA_LOG_DD("QueueOutputBuffer success"); in QueueOutputBuffer() 446 MEDIA_LOG_DD("QueueInputBuffer ret: " PUBLIC_LOG_U32, ret); in QueueInputBuffer() 484 MEDIA_LOG_DD("send buffer error " PUBLIC_LOG_S, AVStrError(ret).c_str()); in SendBufferLocked() 670 MEDIA_LOG_DD("WriteYuvData success"); in WriteYuvData() 707 MEDIA_LOG_DD("receive one frame: " PUBLIC_LOG_D32 ", picture type: " PUBLIC_LOG_D32 ", pixel format: " in FillFrameBuffer() 740 MEDIA_LOG_DD("FillFrameBuffer success"); in FillFrameBuffer() 766 MEDIA_LOG_DD("video decoder receive error: " PUBLIC_LOG_S, AVStrError(ret).c_str()); in ReceiveBufferLocked() 770 MEDIA_LOG_DD("ReceiveBufferLocked status: " PUBLIC_LOG_U32, status); in ReceiveBufferLocked()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/ |
H A D | minimp3_demuxer_plugin.cpp | 103 MEDIA_LOG_DD("ioNeedReadSize " PUBLIC_LOG_U32 " inIoBufferSize_ " PUBLIC_LOG_D32 " ioDataRemainSize_ "
in DoReadFromSource() 109 MEDIA_LOG_DD("bufData->GetSize() == 0 retryTimes = " PUBLIC_LOG_D32, retryTimes);
in DoReadFromSource() 116 MEDIA_LOG_DD("bufData->GetSize() " PUBLIC_LOG "d", bufData->GetSize());
in DoReadFromSource() 139 MEDIA_LOG_DD("remain size_ " PUBLIC_LOG_D32 " need read size " PUBLIC_LOG_D32, ioDataRemainSize_, ioNeedReadSize);
in GetDataFromSource() 238 MEDIA_LOG_DD("ReadFrame: success usedInputLength " PUBLIC_LOG_D32 " ioDataRemainSize_ " PUBLIC_LOG_D32,
in WriteMp3Data() 257 MEDIA_LOG_DD("ReadFrame: mp3DemuxerRst_.frameLength " PUBLIC_LOG_U32 ", pts " PUBLIC_LOG_U64,
in WriteMp3Data() 270 MEDIA_LOG_DD("ioDataRemainSize_ = " PUBLIC_LOG_D32, ioDataRemainSize_);
in ReadFrame() 272 MEDIA_LOG_DD("status = " PUBLIC_LOG_D32, status);
in ReadFrame() 433 MEDIA_LOG_DD("offset = " PUBLIC_LOG_U64 " internalRemainLen " PUBLIC_LOG_U32 " frameSize "
in AudioDemuxerMp3IterateCallback()
|
H A D | minimp3_decoder_plugin.cpp | 149 MEDIA_LOG_DD("queue output buffer");
in QueueOutputBuffer() 160 MEDIA_LOG_DD("send output buffer");
in SendOutputBuffer() 175 MEDIA_LOG_DD("queue input buffer");
in QueueInputBuffer()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_encoder/ |
H A D | audio_encoder_filter.cpp | 239 MEDIA_LOG_DD("finish frame"); in PushData() 277 MEDIA_LOG_DD("HandleFrame called"); in HandleFrame() 286 MEDIA_LOG_DD("begin finish frame"); in FinishFrame() 296 MEDIA_LOG_DD("end finish frame"); in FinishFrame() 302 MEDIA_LOG_DD("AudioEncoderFilter::OnInputBufferDone"); in OnInputBufferDone()
|