/ohos5.0/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() 237 MEDIA_LOG_DD("Async handle frame finished"); in HandleFrame() 250 MEDIA_LOG_DD("QueueOutputBuffer failed, cause no enough data."); in DecodeFrame() 257 MEDIA_LOG_DD("Invalid buffer."); in DecodeFrame() 259 MEDIA_LOG_DD("Async decode frame finished"); in DecodeFrame() 265 MEDIA_LOG_DD("FinishFrame begin, outBufQue size: " PUBLIC_LOG_ZU, outBufQue_.size()); in FinishFrame() 289 MEDIA_LOG_DD("AsyncMode finish frame success"); in FinishFrame() [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()
|
/ohos5.0/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_… 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_… 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() 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() 431 MEDIA_LOG_DD("handle frame begin"); in HandleFrame() 459 MEDIA_LOG_DD("handle frame end"); in HandleFrame() 469 MEDIA_LOG_DD("QueueOutputBuffer end"); in QueueOutputBuffer() 493 MEDIA_LOG_DD("NotifyInputBufferDone end"); in NotifyInputBufferDone() 501 MEDIA_LOG_DD("NotifyOutputBufferDone end"); in NotifyOutputBufferDone() [all …]
|
/ohos5.0/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() 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() 128 …MEDIA_LOG_DD("IsDataAvailable true, use all buffers, last buffer index " PUBLIC_LOG_ZU ", offsetEn… in IsDataAvailable() 133 … MEDIA_LOG_DD("IsDataAvailable false, offsetEnd " PUBLIC_LOG_U64 ", curOffsetEnd " PUBLIC_LOG_U64, in IsDataAvailable() 206 MEDIA_LOG_DD("DataPacker GetRange(offset, size) = (" PUBLIC_LOG_U64 ", " in GetRange() 361 MEDIA_LOG_DD("Before RemoveOldData " PUBLIC_LOG_S, ToString().c_str()); in RemoveOldData() 372 MEDIA_LOG_DD("After RemoveOldData " PUBLIC_LOG_S, ToString().c_str()); in RemoveOldData() [all …]
|
/ohos5.0/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); 71 …MEDIA_LOG_DD("ReadBuffer finish available is " PUBLIC_LOG_ZU ", mediaOffset_ " PUBLIC_LOG_U64, ava… 84 MEDIA_LOG_DD("WriteBuffer wait writeSize is " PUBLIC_LOG_U64, writeSize); in WriteBuffer()
|
/ohos5.0/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()
|
/ohos5.0/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_, expected… in Read() 102 …MEDIA_LOG_DD("position_: " PUBLIC_LOG_U64 ", readSize: " PUBLIC_LOG_ZU, position_, bufData->GetSiz… 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_, expected… in Read() 174 …MEDIA_LOG_DD("position_: " PUBLIC_LOG_U64 ", readSize: " PUBLIC_LOG_ZU, position_, bufData->GetSiz… 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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
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()
|
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()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/ |
H A D | log.h | 110 #undef MEDIA_LOG_DD 111 #define MEDIA_LOG_DD(msg, ...) ((void)0) macro 113 #undef MEDIA_LOG_DD 114 #define MEDIA_LOG_DD MEDIA_LOG_D macro
|
/ohos5.0/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()
|
/ohos5.0/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_, expected… in Read() 199 …MEDIA_LOG_DD("position_: " PUBLIC_LOG_U64 ", readSize: " PUBLIC_LOG_ZU, position_, bufData->GetSiz… in Read() 205 MEDIA_LOG_DD("IN"); in GetSize() 211 MEDIA_LOG_DD("FileSize_: " PUBLIC_LOG_U64, size); in GetSize() 217 MEDIA_LOG_DD("IN"); in GetSeekable()
|
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/ |
H A D | avsharedmemorybase.cpp | 67 … MEDIA_LOG_DD(LOGD_FREQUENCY, "enter ctor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in AVSharedMemoryBase() 75 … MEDIA_LOG_DD(LOGD_FREQUENCY, "enter ctor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in AVSharedMemoryBase() 82 … MEDIA_LOG_DD(LOGD_FREQUENCY, "enter dtor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in ~AVSharedMemoryBase() 170 …MEDIA_LOG_DD("write data,length:%{public}d, start:%{public}d, name:%{public}s", length, start, nam… in Write()
|
/ohos5.0/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 " ioDataRemainSiz… 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_, … in GetDataFromSource() 238 …MEDIA_LOG_DD("ReadFrame: success usedInputLength " PUBLIC_LOG_D32 " ioDataRemainSize_ " PUBLIC_LOG… 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() 432 MEDIA_LOG_DD("offset = " PUBLIC_LOG_U64 " internalRemainLen " PUBLIC_LOG_U32 " frameSize " in AudioDemuxerMp3IterateCallback()
|
/ohos5.0/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()
|
/ohos5.0/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); 71 …MEDIA_LOG_DD("ReadBuffer finish available is " PUBLIC_LOG_ZU ", mediaOffset_ " PUBLIC_LOG_U64, ava… 84 MEDIA_LOG_DD("WriteBuffer wait writeSize is " PUBLIC_LOG_U64, writeSize); in WriteBuffer()
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/ |
H A D | log.h | 186 #undef MEDIA_LOG_DD 187 #define MEDIA_LOG_DD(msg, ...) ((void)0) macro 189 #undef MEDIA_LOG_DD 190 #define MEDIA_LOG_DD MEDIA_LOG_D macro
|
/ohos5.0/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 forma… 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()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/ |
H A D | audio_sink_filter.cpp | 202 MEDIA_LOG_DD("audio sink push data started, state: " PUBLIC_LOG_D32, state_.load()); in PushData() 204 MEDIA_LOG_DD("audio sink is flushing ignore this buffer"); in PushData() 232 MEDIA_LOG_DD("audio sink push data end"); in PushData() 364 …MEDIA_LOG_DD("drop buffer with pts " PUBLIC_LOG_D64 " due to seek not need to render", buffer->pts… in DoSyncWrite()
|