Home
last modified time | relevance | path

Searched refs:MEDIA_LOG_DD (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H A Dasync_mode.cpp110 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()
213MEDIA_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 Dsync_mode.cpp51 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 Dcodec_buffer.cpp36 MEDIA_LOG_DD("CodecBuffer Init Start"); in Init()
92MEDIA_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()
119MEDIA_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 Dhdi_codec_adapter.cpp66 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 Ddata_packer.cpp65MEDIA_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()
113MEDIA_LOG_DD("IsDataAvailable bufCnt == 1, result " PUBLIC_LOG_D32, offsetEnd <= curOffsetEnd); in IsDataAvailable()
128MEDIA_LOG_DD("IsDataAvailable true, use all buffers, last buffer index " PUBLIC_LOG_ZU ", offsetEn… in IsDataAvailable()
133MEDIA_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 Dblocking_queue.h57 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push()
61MEDIA_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()
103MEDIA_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 Dring_buffer.h52 MEDIA_LOG_DD("ReadBuffer wait , waitTimes is " PUBLIC_LOG_U64, waitTimes);
71MEDIA_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 Dblocking_queue.h57 MEDIA_LOG_DD("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push()
61MEDIA_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()
103MEDIA_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 Dfile_fd_source_plugin.cpp98MEDIA_LOG_DD("buffer position " PUBLIC_LOG_U64 ", expectedLen " PUBLIC_LOG_ZU, position_, expected… in Read()
102MEDIA_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 Dfile_source_plugin.cpp170MEDIA_LOG_DD("buffer position " PUBLIC_LOG_U64 ", expectedLen " PUBLIC_LOG_ZU, position_, expected… in Read()
174MEDIA_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 Dvideo_sink_filter.cpp287 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()
535MEDIA_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 Dsurface_memory.cpp30 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 Dsurface_allocator.cpp60 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 Dsurface_memory.cpp37 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 Dsurface_allocator.cpp64 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 Dlog.h110 #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 Dsdl_audio_sink_plugin.cpp365 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 Dfile_source_plugin.cpp190MEDIA_LOG_DD("buffer position " PUBLIC_LOG_U64 ", expectedLen " PUBLIC_LOG_ZU, position_, expected… in Read()
199MEDIA_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 Davsharedmemorybase.cpp67MEDIA_LOG_DD(LOGD_FREQUENCY, "enter ctor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in AVSharedMemoryBase()
75MEDIA_LOG_DD(LOGD_FREQUENCY, "enter ctor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in AVSharedMemoryBase()
82MEDIA_LOG_DD(LOGD_FREQUENCY, "enter dtor, instance: 0x%{public}06" PRIXPTR ", name = %{public}s", in ~AVSharedMemoryBase()
170MEDIA_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 Dminimp3_demuxer_plugin.cpp103MEDIA_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()
139MEDIA_LOG_DD("remain size_ " PUBLIC_LOG_D32 " need read size " PUBLIC_LOG_D32, ioDataRemainSize_, … in GetDataFromSource()
238MEDIA_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 Daudio_encoder_filter.cpp239 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 Dring_buffer.h52 MEDIA_LOG_DD("ReadBuffer wait , waitTimes is " PUBLIC_LOG_U64, waitTimes);
71MEDIA_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 Dlog.h186 #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 Dvideo_ffmpeg_decoder_plugin.cpp56 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()
707MEDIA_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 Daudio_sink_filter.cpp202 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()
364MEDIA_LOG_DD("drop buffer with pts " PUBLIC_LOG_D64 " due to seek not need to render", buffer->pts… in DoSyncWrite()

123