Home
last modified time | relevance | path

Searched refs:PUBLIC_LOG_D64 (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dvideo_sink.cpp161 …MEDIA_LOG_D("VideoSink cur pts: " PUBLIC_LOG_D64 " us, ct4Buffer: " PUBLIC_LOG_D64 " us, buf_pts: … in CheckBufferLatenessMayWait()
162 " us, fixDelay: " PUBLIC_LOG_D64 " us", pts, ct4Buffer, buffer->pts_, fixDelay_); in CheckBufferLatenessMayWait()
172 …MEDIA_LOG_D("lastBfTime:" PUBLIC_LOG_D64" us, lastTS:" PUBLIC_LOG_D64, lastBufferTime_, lastTimeSt… in CheckBufferLatenessMayWait()
185 MEDIA_LOG_I("VideoSink first few times diff is " PUBLIC_LOG_D64 " us", diff); in CheckBufferLatenessMayWait()
189 …MEDIA_LOG_D("VS ct4Bf:" PUBLIC_LOG_D64 "diff:" PUBLIC_LOG_D64 "nowCt:" PUBLIC_LOG_D64, ct4Buffer, … in CheckBufferLatenessMayWait()
193 "buffer is too early waitTimeUs: " PUBLIC_LOG_D64, waitTimeUs); in CheckBufferLatenessMayWait()
227 MEDIA_LOG_I("video DoSyncWrite set firstPts = " PUBLIC_LOG_D64, firstPts_); in SetFirstPts()
261 …"prePts " PUBLIC_LOG_D64 " curPts " PUBLIC_LOG_D64 " ptsDiff " PUBLIC_LOG_D64 " tDiff " PUBLIC_LOG… in CalcLag()
H A Daudio_sink.cpp537 MEDIA_LOG_W("renderer write cost " PUBLIC_LOG_D64, writeTimeMs); in CalcLag()
546 MEDIA_LOG_W("Audio drain cost " PUBLIC_LOG_D64, drainTimeDiff); in CalcLag()
548 MEDIA_LOG_I("Audio drain cost " PUBLIC_LOG_D64, drainTimeDiff); in CalcLag()
550 MEDIA_LOG_D("Audio drain cost " PUBLIC_LOG_D64, drainTimeDiff); in CalcLag()
599 MEDIA_LOG_I("AudioSink fixDelay_: " PUBLIC_LOG_D64 in UpdateTimeAnchorIfNeeded()
600 " us, latency: " PUBLIC_LOG_D64 in UpdateTimeAnchorIfNeeded()
601 " us, pts-f: " PUBLIC_LOG_D64 in UpdateTimeAnchorIfNeeded()
602 " us, pts: " PUBLIC_LOG_D64 in UpdateTimeAnchorIfNeeded()
603 " us, nowCt: " PUBLIC_LOG_D64 " us", in UpdateTimeAnchorIfNeeded()
701 MEDIA_LOG_D("pendingUs" PUBLIC_LOG_D64, pendingUs); in getPendingAudioPlayoutDurationUs()
[all …]
H A Dmedia_sync_manager.cpp129 MEDIA_LOG_I("set media started at " PUBLIC_LOG_D64, minRangeStartOfMediaTime_); in SetMediaTimeRangeStart()
143 MEDIA_LOG_I("set media end at " PUBLIC_LOG_D64, maxRangeEndOfMediaTime_); in SetMediaTimeRangeEnd()
221 …MEDIA_LOG_I("pause with clockTime " PUBLIC_LOG_D64 ", mediaTime " PUBLIC_LOG_D64 ", exactMediaTime… in Pause()
280 MEDIA_LOG_D("clip to min media time " PUBLIC_LOG_D64, ret); in ClipMediaTime()
284 MEDIA_LOG_D("clip to max media time " PUBLIC_LOG_D64, ret); in ClipMediaTime()
342 …MEDIA_LOG_D("update time anchor to priority " PUBLIC_LOG_D32 ", mediaTime " PUBLIC_LOG_D64 ", cloc… in UpdateTimeAnchor()
343 PUBLIC_LOG_D64, currentSyncerPriority_, currentAnchorMediaTime_, currentAnchorClockTime_); in UpdateTimeAnchor()
478 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " less than min media time " PUBLIC_LOG_D64, in GetClockTime()
482 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " exceed max media time " PUBLIC_LOG_D64, in GetClockTime()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dmedia_sync_manager.cpp121 MEDIA_LOG_I("set media started at " PUBLIC_LOG_D64, minRangeStartOfMediaTime_); in SetMediaTimeRangeStart()
130 MEDIA_LOG_I("set media end at " PUBLIC_LOG_D64, maxRangeEndOfMediaTime_); in SetMediaTimeRangeEnd()
195 …MEDIA_LOG_I("pause with clockTime " PUBLIC_LOG_D64 ", mediaTime " PUBLIC_LOG_D64, pausedClockTime_, in Pause()
247 MEDIA_LOG_D("clip to min media time " PUBLIC_LOG_D64, ret); in ClipMediaTime()
251 MEDIA_LOG_D("clip to max media time " PUBLIC_LOG_D64, ret); in ClipMediaTime()
289 …MEDIA_LOG_DD("update time anchor to priority " PUBLIC_LOG_D32 ", mediaTime " PUBLIC_LOG_D64 ", clo… in UpdateTimeAnchor()
290 PUBLIC_LOG_D64, currentSyncerPriority_, currentAnchorMediaTime_, currentAnchorClockTime_); in UpdateTimeAnchor()
354 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " less than min media time " PUBLIC_LOG_D64, in GetClockTime()
358 MEDIA_LOG_W("media time " PUBLIC_LOG_D64 " exceed max media time " PUBLIC_LOG_D64, in GetClockTime()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dsteady_clock.h45 …MEDIA_LOG_I(message ", timestamp(ms): " PUBLIC_LOG_D64, ##__VA_ARGS__, SteadyClock::GetCurrentTime…
52 …MEDIA_LOG_I(message ", timestamp(ms): " PUBLIC_LOG_D64 ", duration(ms): " PUBLIC_LOG_D64, …
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dsteady_clock.h45 …MEDIA_LOG_I(message ", timestamp(ms): " PUBLIC_LOG_D64, ##__VA_ARGS__, SteadyClock::GetCurrentTime…
52 …MEDIA_LOG_I(message ", timestamp(ms): " PUBLIC_LOG_D64 ", duration(ms): " PUBLIC_LOG_D64, …
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer_pts_founctions.cpp78 PUBLIC_LOG_D64 ", pts:" PUBLIC_LOG_D64 ", basePts:" PUBLIC_LOG_D64, trackId, in HandleAutoMaintainPts()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp99 PUBLIC_LOG_D64 "]->[" PUBLIC_LOG_D64 "].", base.num, base.den, pts, out); in ConvertTimeFromFFmpeg()
108 MEDIA_LOG_D("pts is anomalous, pts: " PUBLIC_LOG_D64, pts); in ConvertPts()
112 MEDIA_LOG_D("pts is anomalous, pts: " PUBLIC_LOG_D64, pts); in ConvertPts()
130 PUBLIC_LOG_D64 "]->[" PUBLIC_LOG_D64 "].", base.num, base.den, timestampNs, result); in ConvertTimeToFFmpeg()
144 PUBLIC_LOG_D64 "]->[" PUBLIC_LOG_D64 "].", base.num, base.den, timestampUs, result); in ConvertTimeToFFmpegByUs()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp601 …MEDIA_LOG_D("DoProcessOutputBuffer idx " PUBLIC_LOG_U32 " renderTime " PUBLIC_LOG_D64, idx, render… in DoProcessOutputBuffer()
649 … MEDIA_LOG_I("ReleaseBuffer for eos, SetPlayRange start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in ReleaseOutputBuffer()
663 MEDIA_LOG_W("Avoid render video frame with pts=" PUBLIC_LOG_D64, outBuffer->pts_); in ReleaseOutputBuffer()
696 … MEDIA_LOG_D("DrainOutputBuffer not seeking and render. pts: " PUBLIC_LOG_D64, outputBuffer->pts_); in CalculateNextRender()
710 MEDIA_LOG_D("RenderNextOutput enter. pts: " PUBLIC_LOG_D64" waitTime: " PUBLIC_LOG_D64, in RenderNextOutput()
717 …MEDIA_LOG_D("ConsumeVideoFrame idx " PUBLIC_LOG_U32 " renderTimeNs " PUBLIC_LOG_D64, index, render… in ConsumeVideoFrame()
753 MEDIA_LOG_D("RenderLoop enter. pts: " PUBLIC_LOG_D64" waitTime:" PUBLIC_LOG_D64, in RenderLoop()
772 MEDIA_LOG_D("[drag_debug]DrainSeekContinuous dts: " PUBLIC_LOG_D64 ", pts: " PUBLIC_LOG_D64 in DrainSeekContinuous()
795 MEDIA_LOG_I("receive preroll output, pts: " PUBLIC_LOG_D64 " bufferIdx: " PUBLIC_LOG_D32, in DrainPreroll()
809 MEDIA_LOG_I("Seek arrive target video pts: " PUBLIC_LOG_D64, seekTimeUs_); in DrainSeekClosest()
H A Dvideo_resize_filter.cpp370 MEDIA_LOG_I("lastBuffer PTS: " PUBLIC_LOG_D64 " frameNum: " PUBLIC_LOG_D64, in SetParameter()
377 MEDIA_LOG_I("currentFrameNum: " PUBLIC_LOG_D64 " frameNum: " PUBLIC_LOG_D64, in SetParameter()
496 MEDIA_LOG_I("currentFrameNum: " PUBLIC_LOG_D64 " frameNum: " PUBLIC_LOG_D64, in OnOutputBufferAvailable()
H A Dsurface_encoder_adapter.cpp333 MEDIA_LOG_I("Stop time: " PUBLIC_LOG_D64, stopTime_); in Stop()
370 MEDIA_LOG_I("Pause time: " PUBLIC_LOG_D64, pauseTime); in Pause()
392 MEDIA_LOG_I("resume time: " PUBLIC_LOG_D64, resumeTime); in Resume()
468 MEDIA_LOG_I("lastBuffer PTS: " PUBLIC_LOG_D64, pts); in NotifyEos()
559 MEDIA_LOG_D("OnOutputBufferAvailable buffer->pts" PUBLIC_LOG_D64, buffer->pts_); in OnOutputBufferAvailable()
714 MEDIA_LOG_D("OnInputParameterWithAttrAvailable currentPts " PUBLIC_LOG_D64, currentPts); in OnInputParameterWithAttrAvailable()
741 " time:" PUBLIC_LOG_D64, static_cast<int32_t>(stateCode), pauseResumeQueue_[0].first); in CheckFrames()
801 " time:" PUBLIC_LOG_D64, static_cast<int32_t>(stateCode), pauseResumePts_[0].first); in AddPauseResumePts()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp116 …LOG_I("Open enter streamId:" PUBLIC_LOG_D32 " ,seqNum:" PUBLIC_LOG_D64 ", range=" PUBLIC_LOG_D64 "… in Open()
117 PUBLIC_LOG_D64, mediaSegment_->streamId_, mediaSegment_->numberSeq_, in Open()
242PUBLIC_LOG_D64 " read Eos", mediaSegment_->streamId_, mediaSegment_->numberSeq_); in IsSegmentFinished()
348PUBLIC_LOG_D64 " downloadBiteRate: " PUBLIC_LOG_U32, streamId_, realTimeBitBate_, downloadBiteRate… in GetWaterLineAbove()
378 PUBLIC_LOG_D64, streamId_, realTimeBitBate_); in CalculateBitRate()
511 PUBLIC_LOG_D64, (*it)->streamId_, (*it)->numberSeq_); in ClearReadSegmentList()
700 PUBLIC_LOG_D64, streamId_, remainLastNumberSeq); in CleanSegmentBuffer()
788 PUBLIC_LOG_D64 ", isEnd:" PUBLIC_LOG_D32 ", size:" PUBLIC_LOG_ZU, streamId_, in CleanBufferByTime()
891 …MEDIA_LOG_I("SaveData eos:streamId:" PUBLIC_LOG_D32 ", segmentNum:" PUBLIC_LOG_D64 ", contentLengt… in UpdateBufferSegment()
1011 …MEDIA_LOG_I("PutRequestIntoDownloader:range=" PUBLIC_LOG_D64 "-" PUBLIC_LOG_D64, startPos, endPos); in PutRequestIntoDownloader()
[all …]
H A Ddash_mpd_downloader.cpp237 MEDIA_LOG_D("get segment index :" PUBLIC_LOG_D64 ", id:" PUBLIC_LOG_D32 ", seq:" in GetNextSegmentByStreamId()
243 PUBLIC_LOG_D64, streamDescription->currentNumberSeq_); in GetNextSegmentByStreamId()
285 PUBLIC_LOG_D64, streamDescription->currentNumberSeq_); in GetBreakPointSegment()
380 … PUBLIC_LOG_D32 ", seq:" PUBLIC_LOG_D64, destStream->streamId_, destStream->startNumberSeq_, in GetNextTrackStream()
453 PUBLIC_LOG_D64, streamId, numberSeq); in SetCurrentNumberSeqByStreamId()
479 …MEDIA_LOG_I("UpdateSeqByTime change current seq from:" PUBLIC_LOG_D64 " to:" PUBLIC_LOG_D64 ", nex… in UpdateCurrentNumberSeqByTime()
767 MEDIA_LOG_I("update range begin from " PUBLIC_LOG_D64 " to " in OpenStream()
768 PUBLIC_LOG_D64, startRange, stream->initSegment_->rangeBegin_); in OpenStream()
893 MEDIA_LOG_I("Dash SeekToTs segment totalDuration:" PUBLIC_LOG_D64 ", segNum:" in SeekToTs()
894 PUBLIC_LOG_D64 ", duration:" PUBLIC_LOG_U32, in SeekToTs()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp185 … MEDIA_LOG_E("Seek value overflow with start time: " PUBLIC_LOG_D64 " timeStamp: " PUBLIC_LOG_D64, in CheckStartTime()
190 MEDIA_LOG_D("StartTime: " PUBLIC_LOG_D64, startTime); in CheckStartTime()
199 …MEDIA_LOG_D("File duration=" PUBLIC_LOG_D64 ", stream duration=" PUBLIC_LOG_D64, fileDuration, str… in CheckStartTime()
202 …MEDIA_LOG_E("Seek to timestamp=" PUBLIC_LOG_D64 " failed, max=" PUBLIC_LOG_D64, timeStamp, fileDur… in CheckStartTime()
207 MEDIA_LOG_W("Out of stream, seek to " PUBLIC_LOG_D64, timeStamp); in CheckStartTime()
211 MEDIA_LOG_D("Reset timeStamp by start time [" PUBLIC_LOG_D64 "/" PUBLIC_LOG_D64 "]", in CheckStartTime()
239 …MEDIA_LOG_D("FfTime=" PUBLIC_LOG_D64 ", ffTimePrev=" PUBLIC_LOG_D64 ", ffTimeNext=" PUBLIC_LOG_D64, in ConvertFlagsToFFmpeg()
443 MEDIA_LOG_D("CurrentBuffer: [" PUBLIC_LOG_D64 "/" PUBLIC_LOG_D64 "/" PUBLIC_LOG_U32 "]", in WriteBuffer()
958 MEDIA_LOG_W("Spend [" PUBLIC_LOG_D64 "/" PUBLIC_LOG_D64 "]", openSpend, parseSpend); in ParseHeader()
1355 "Seek time " PUBLIC_LOG_D64 " is not unsupported", seekTime); in SeekTo()
[all …]
H A Dffmpeg_reference_parser.cpp126 MEDIA_LOG_I("Pending time: " PUBLIC_LOG_D64, pendingSeekMsTime_); in ParserRefUpdatePos()
152 MEDIA_LOG_I("Success parse, first dts: " PUBLIC_LOG_D64, firstDts_); in ParserFirstDts()
201 MEDIA_LOG_I("Parser ref start time: " PUBLIC_LOG_D64, parserRefStartTime_); in ParserRefInit()
315 "ffmpegTime is negative to seek " PUBLIC_LOG_D64, seekMs); in GetGopIdFromSeekPos()
318 "iFrameIdx is negative to seek " PUBLIC_LOG_D64, seekMs); in GetGopIdFromSeekPos()
380 …", processingIFrame_ size: " PUBLIC_LOG_ZU ", duration: " PUBLIC_LOG_D64, curStreamId, parserCurGo… in ParserRefInfo()
410 MEDIA_LOG_D("In, dts: " PUBLIC_LOG_D64, videoSample->dts_); in GetFrameLayerInfo()
465 MEDIA_LOG_D("Out, frameId: " PUBLIC_LOG_D32 ", dts: " PUBLIC_LOG_D64, frameId, dts); in Dts2FrameId()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dcondition_variable.cpp98 false, "ConditionVariable WaitUntil invalid timeoutMs: " PUBLIC_LOG_D64, timeoutMs); in WaitFor()
114 false, "ConditionVariable WaitUntil invalid timeoutMs: " PUBLIC_LOG_D64, timeoutMs); in WaitFor()
H A DtaskInner.cpp93 MEDIA_LOG_D_T("task " PUBLIC_LOG_S " UpdateDelayTime enter topProcessUs:" PUBLIC_LOG_D64 in UpdateDelayTime()
94 ", delayUs:" PUBLIC_LOG_D64, name_.c_str(), topProcessUs_, delayUs); in UpdateDelayTime()
103 MEDIA_LOG_D_T("task " PUBLIC_LOG_S " UpdateDelayTime exit topProcessUs:" PUBLIC_LOG_D64, in UpdateDelayTime()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp220 MEDIA_LOG_I("ringBuffer.size() " PUBLIC_LOG_ZU " curReadTime_ " PUBLIC_LOG_D64 in ReadOnlineFile()
221 " lastReadTime_ " PUBLIC_LOG_D64, ringBuffer_->GetSize(), curReadTime_, lastReadTime_); in ReadOnlineFile()
230 …MEDIA_LOG_I("read size 0,fd " PUBLIC_LOG_D32 ",offset " PUBLIC_LOG_D64 ", size:" PUBLIC_LOG_U64 ",… in ReadOnlineFile()
302 …IA_LOG_D("SeekCloud end, fd_ " PUBLIC_LOG_D32 ", size_ " PUBLIC_LOG_U64 ", offset_ " PUBLIC_LOG_D64 in SeekToOnlineFile()
345 …MEDIA_LOG_I("Fd: " PUBLIC_LOG_D32 ", offset: " PUBLIC_LOG_D64 ", size: " PUBLIC_LOG_U64, fd_, offs… in ParseUriInfo()
477PUBLIC_LOG_D64, size, fd_, cachePosition_.load(), position_.load(), bufferSize, size_, offset_); in HandleReadResult()
661 MEDIA_LOG_E("GetLastSize error, fd_ " PUBLIC_LOG_D32 ", offset_ " PUBLIC_LOG_D64 ", size_ " in GetLastSize()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp254 … MEDIA_LOG_D("HLS Download close, Data usage: " PUBLIC_LOG_U64 " bits in " PUBLIC_LOG_D64 "ms", in Close()
625 MEDIA_LOG_I("GetDuration " PUBLIC_LOG_D64, playlistDownloader_->GetDuration()); in GetDuration()
775 MEDIA_LOG_D("afterAlignRemainedLength_: " PUBLIC_LOG_D64, afterAlignRemainedLength_); in GetDecrptyRealLen()
802 MEDIA_LOG_D("afterAlignRemainedLength_: " PUBLIC_LOG_D64, in SaveEncryptData()
823 MEDIA_LOG_D("DECRYPT_UNIT_LEN: " PUBLIC_LOG_D64, DECRYPT_UNIT_LEN); in SaveEncryptData()
841 MEDIA_LOG_I("HLS OnWriteRingBuffer nowTime: " PUBLIC_LOG_D64 in DownloadRecordHistory()
842 " lastWriteTime:" PUBLIC_LOG_D64 ".\n", nowTime, lastWriteTime_); in DownloadRecordHistory()
891 MEDIA_LOG_D("Start play delay time: " PUBLIC_LOG_D64, playDelayTime_); in OnWriteCacheBuffer()
1143 MEDIA_LOG_D("Download done, data usage: " PUBLIC_LOG_U64 " bits in " PUBLIC_LOG_D64 "ms", in UpdateDownloadFinished()
1253 MEDIA_LOG_I("HLS downloadRate: " PUBLIC_LOG_D64 "current bit rate: " in CheckRiseBufferSize()
[all …]
H A Dhls_playlist_downloader.cpp307 … MEDIA_LOG_I("HlsPlayListDownloader currentBitrate: " PUBLIC_LOG_D64, currentVariant_->bandWidth_); in GetCurrentBitRate()
316 MEDIA_LOG_I("HlsPlayListDownloader currentWidth: " PUBLIC_LOG_D64, currentVariant_->bandWidth_); in GetVedioWidth()
325 … MEDIA_LOG_I("HlsPlayListDownloader currentHeight: " PUBLIC_LOG_D64, currentVariant_->bandWidth_); in GetVedioHeight()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp295 …MEDIA_LOG_E("Write to plugin fail: " PUBLIC_LOG_U32 ", buf.pts: " PUBLIC_LOG_D64, err, frameBuffer… in RenderFrame()
331 MEDIA_LOG_DD("video sink push data end, buffer->pts: " PUBLIC_LOG_D64, buffer->pts); in PushData()
483 MEDIA_LOG_DD("buffer is eary, sleep for " PUBLIC_LOG_D64 " ms", waitTimeMs); 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/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp370 MEDIA_LOG_I("SeekTo " PUBLIC_LOG_D64 "ns, ffTime: " PUBLIC_LOG_D64 ", key frame index: " in SeekTo()
392 MEDIA_LOG_I("SeekTo " PUBLIC_LOG_U64 " / " PUBLIC_LOG_D64, ffTime, realSeekTime); in SeekTo()
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()
592 MEDIA_LOG_I("AVSeek seek end whence: " PUBLIC_LOG_D32 ", pos = " PUBLIC_LOG_D64, in AVSeek()
604 MEDIA_LOG_DD("current offset: " PUBLIC_LOG_D64 ", new pos: " PUBLIC_LOG_U64, in AVSeek()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp391 …MEDIA_LOG_I("Seek Begin, offset = " PUBLIC_LOG_D64 ", contentLength = " PUBLIC_LOG_ZU, offset, con… in Seek()
617 … MEDIA_LOG_I("http transfer reach end, startPos_ " PUBLIC_LOG_D64, currentRequest_->startPos_); in HandleRetOK()
687 … MEDIA_LOG_D("DropRetryData: last drop, droped len " PUBLIC_LOG_D64 ", startPos_ " PUBLIC_LOG_D64, in DropRetryData()
693 MEDIA_LOG_D("DropRetryData: drop, droped len " PUBLIC_LOG_D64 ", startPos_ " PUBLIC_LOG_D64, in DropRetryData()
705 MEDIA_LOG_I("drop data finished, startPos_ " PUBLIC_LOG_D64, currentRequest_->startPos_); in DropRetryData()
764 …DOWNLOAD_LOG_FEQUENCE, "RxBodyData: dataLen " PUBLIC_LOG_ZU ", startPos_ " PUBLIC_LOG_D64, dataLen, in RxBodyData()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer.cpp92 …MEDIA_LOG_DD("plugin flag: " PUBLIC_LOG_U32 ", pts: " PUBLIC_LOG_D64, omxBuffer_->flag, omxBuffer_… in Copy()
119 …MEDIA_LOG_DD("plugin flag: " PUBLIC_LOG_U32 ", pts: " PUBLIC_LOG_D64, omxBuffer_->flag, omxBuffer_… in Rebind()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp477 MEDIA_LOG_E("SetPlayRange failed! start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in SetPlayRange()
489 MEDIA_LOG_I("SetPlayRange success! start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in SetPlayRange()
499 PUBLIC_LOG_D64, start, end); in SetPlayRangeWithMode()
511 PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, startTimeWithMode_, endTimeWithMode_); in SetPlayRangeWithMode()
520 MEDIA_LOG_I("seek to start time: " PUBLIC_LOG_D64, seekTimeMs); in SetPlayRangeWithMode()
525 MEDIA_LOG_E("seek failed to start time: " PUBLIC_LOG_D64, seekTimeMs); in SetPlayRangeWithMode()
538 MEDIA_LOG_I("SetPlayRangeWithMode start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in SetPlayRangeWithMode()
643 MEDIA_LOG_E("DoSetPlayRange failed! start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in DoSetPlayRange()
653 MEDIA_LOG_I("seek to start time: " PUBLIC_LOG_D64, rangeStartTime); in DoSetPlayRange()
778 MEDIA_LOG_E("SetPlayRange failed! start: " PUBLIC_LOG_D64 ", end: " PUBLIC_LOG_D64, in Play()
[all …]

123