Home
last modified time | relevance | path

Searched refs:PUBLIC_LOG_D32 (Results 1 - 25 of 143) sorted by relevance

123456

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp67 MEDIA_LOG_I("DashSegmentDownloader streamId:" PUBLIC_LOG_D32 ", ringBufferSize:" in DashSegmentDownloader()
116 MEDIA_LOG_I("Open enter streamId:" PUBLIC_LOG_D32 " ,seqNum:" PUBLIC_LOG_D64 ", range=" PUBLIC_LOG_D64 "-" in Open()
122 MEDIA_LOG_I("Open streamId:" PUBLIC_LOG_D32 ", writeState:" in Open()
123 PUBLIC_LOG_D32, streamId_, initSegment->writeState_); in Open()
190 MEDIA_LOG_I("Read: changed stream streamId:" PUBLIC_LOG_D32 ", realStreamId:" in Read()
191 PUBLIC_LOG_D32, streamId, realStreamId); in Read()
203 MEDIA_LOG_W("After read: streamId:" PUBLIC_LOG_D32 " ,bufferHead:" PUBLIC_LOG_ZU ", bufferTail:" PUBLIC_LOG_ZU in Read()
209 MEDIA_LOG_D("After read: streamId:" PUBLIC_LOG_D32 " ,bufferHead:" PUBLIC_LOG_ZU ", bufferTail:" PUBLIC_LOG_ZU in Read()
228 MEDIA_LOG_D("Read: streamId:" PUBLIC_LOG_D32 " limit, bufferHead:" PUBLIC_LOG_ZU ", bufferTail:" PUBLIC_LOG_ZU in GetMaxReadLength()
241 MEDIA_LOG_I("Read: streamId:" PUBLIC_LOG_D32 " segmen in IsSegmentFinished()
[all...]
H A Ddash_media_downloader.cpp98 MEDIA_LOG_E("GetSegmentDownloader failed when Read, streamId " PUBLIC_LOG_D32, readDataInfo.streamId_); in Read()
103 MEDIA_LOG_D("Read:streamId " PUBLIC_LOG_D32 " readRet:" PUBLIC_LOG_D32, readDataInfo.streamId_, ret); in Read()
105 MEDIA_LOG_I("Read:streamId " PUBLIC_LOG_D32 " segment all finished end", readDataInfo.streamId_); in Read()
124 MEDIA_LOG_E("stream " PUBLIC_LOG_D32 " not exist", streamId); in GetSegmentDownloader()
146 MEDIA_LOG_I("UpdateDownloadFinished: " PUBLIC_LOG_D32, streamId); in UpdateDownloadFinished()
149 MEDIA_LOG_E("UpdateDownloadFinished get stream null id: " PUBLIC_LOG_D32, streamId); in UpdateDownloadFinished()
160 MEDIA_LOG_E("GetSegmentDownloader failed when UpdateDownloadFinished, streamId " PUBLIC_LOG_D32, streamId); in UpdateDownloadFinished()
166 MEDIA_LOG_I("GetNextSegmentByStreamId " PUBLIC_LOG_D32 ", ret=" PUBLIC_LOG_D32, streamI in UpdateDownloadFinished()
[all...]
/foundation/multimedia/media_foundation/engine/include/foundation/osal/base/
H A Dsynchronizer.h46 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait()
59 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor()
78 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait()
92 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor()
107 MEDIA_LOG_D("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 " return.", name_.c_str(), in WaitFor()
117 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Notify: " PUBLIC_LOG_D32, in Notify()
/foundation/multimedia/media_foundation/src/osal/base/
H A Dsynchronizer.h45 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait()
58 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor()
77 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32, in Wait()
91 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 ", timeout: " PUBLIC_LOG_D32, in WaitFor()
106 MEDIA_LOG_D("Synchronizer " PUBLIC_LOG_S " Wait for " PUBLIC_LOG_D32 " return.", name_.c_str(), in WaitFor()
116 MEDIA_LOG_I("Synchronizer " PUBLIC_LOG_S " Notify: " PUBLIC_LOG_D32, in Notify()
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H A Dminimp4_demuxer_plugin.cpp176 MEDIA_LOG_D("readSize " PUBLIC_LOG_U32 " inIoBufferSize_ " PUBLIC_LOG_D32 "ioDataRemainSize_ " in DoReadFromSource()
180 MEDIA_LOG_D("ioContext_.offset " PUBLIC_LOG_D32, static_cast<uint32_t>(ioContext_.offset)); in DoReadFromSource()
182 MEDIA_LOG_W("read data from source warning " PUBLIC_LOG_D32, static_cast<int>(result)); in DoReadFromSource()
215 MEDIA_LOG_D("ioDataRemainSize_ " PUBLIC_LOG_D32 " ioNeedReadSize " PUBLIC_LOG_D32, ioDataRemainSize_, in GetDataFromSource()
224 MEDIA_LOG_E("copy buffer error(" PUBLIC_LOG_D32 ")", ret); in GetDataFromSource()
229 MEDIA_LOG_E("memset_s buffer error(" PUBLIC_LOG_D32 ")", ret); in GetDataFromSource()
281 MEDIA_LOG_D("samplerate_hz " PUBLIC_LOG_D32, in GetMediaInfo()
283 MEDIA_LOG_D("avg_bitrate_bps " PUBLIC_LOG_D32, static_cast<uint32_t>(miniMP4_.track->avg_bitrate_bps)); in GetMediaInfo()
284 MEDIA_LOG_D("channel num " PUBLIC_LOG_D32, in GetMediaInfo()
[all...]
/foundation/multimedia/media_foundation/src/common/
H A Dsurface_allocator.cpp64 MEDIA_LOG_DD("width: " PUBLIC_LOG_D32 ", height :" PUBLIC_LOG_D32 ", align: " PUBLIC_LOG_D32 in AllocSurfaceBuffer()
65 ", format: " PUBLIC_LOG_D32 ", usage: " PUBLIC_LOG_U64 ", timeout: " PUBLIC_LOG_D32, in AllocSurfaceBuffer()
94 MEDIA_LOG_DD("request surface buffer success, releaseFence: " PUBLIC_LOG_D32, releaseFence); in AllocSurfaceBuffer()
/foundation/multimedia/media_foundation/engine/plugin/common/
H A Dsurface_allocator.cpp60 MEDIA_LOG_DD("width: " PUBLIC_LOG_D32 ", height :" PUBLIC_LOG_D32 ", align: " PUBLIC_LOG_D32 in AllocSurfaceBuffer()
61 ", format: " PUBLIC_LOG_D32 ", usage: " PUBLIC_LOG_U64 ", timeout: " PUBLIC_LOG_D32, in AllocSurfaceBuffer()
90 MEDIA_LOG_DD("request surface buffer success, releaseFence: " PUBLIC_LOG_D32, releaseFence); in AllocSurfaceBuffer()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp96 MEDIA_LOG_I("HTTP Failed setting ring buffer size: " PUBLIC_LOG_D32 ". already lower than the min buffer size: " in InitRingBuffer()
97 PUBLIC_LOG_D32 ", setting buffer size: " PUBLIC_LOG_D32 ". ", in InitRingBuffer()
102 MEDIA_LOG_I("HTTP Failed setting ring buffer size: " PUBLIC_LOG_D32 ". already exceed the max buffer size: " in InitRingBuffer()
103 PUBLIC_LOG_D32 ", setting buffer size: " PUBLIC_LOG_D32 ". ", in InitRingBuffer()
110 MEDIA_LOG_I("HTTP Success setted ring buffer size: " PUBLIC_LOG_D32, totalBufferSize); in InitRingBuffer()
120 MEDIA_LOG_I("HTTP Failed setting cache buffer size: " PUBLIC_LOG_D32 in InitCacheBuffer()
121 ". already lower than the min buffer size: " PUBLIC_LOG_D32 in InitCacheBuffer()
122 ", setting buffer size: " PUBLIC_LOG_D32 " in InitCacheBuffer()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp80 MEDIA_LOG_W("GetFileSize error ret " PUBLIC_LOG_D32 ", errno " PUBLIC_LOG_D32, ret, errno); in GetFileSize()
118 MEDIA_LOG_I("~FileFdSourcePlugin isInterrupted_ " PUBLIC_LOG_D32, isInterrupted_.load()); in ~FileFdSourcePlugin()
126 MEDIA_LOG_D("SetCallback in " PUBLIC_LOG_D32, cb != nullptr); in SetCallback()
226 MEDIA_LOG_I("read size 0,fd " PUBLIC_LOG_D32 ",offset " PUBLIC_LOG_D64 ", size:" PUBLIC_LOG_U64 ", pos:" in ReadOnlineFile()
227 PUBLIC_LOG_U64 ",readBlock:" PUBLIC_LOG_D32, fd_, offset, size_, position_.load(), isReadBlocking_.load()); in ReadOnlineFile()
260 MEDIA_LOG_E("SeekLocal failed, fd " PUBLIC_LOG_D32 ", offset " PUBLIC_LOG_U64 ", errStr " in SeekToOfflineFile()
265 MEDIA_LOG_D("SeekLocal end ret " PUBLIC_LOG_D32 ", position_ " PUBLIC_LOG_U64, ret, position_.load()); in SeekToOfflineFile()
295 MEDIA_LOG_E("SeekCloud failed, fd_ " PUBLIC_LOG_D32 ", offset " PUBLIC_LOG_U64 ", errStr " in SeekToOnlineFile()
302 MEDIA_LOG_D("SeekCloud end, fd_ " PUBLIC_LOG_D32 ", size in SeekToOnlineFile()
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dlog.h67 #define PUBLIC_LOG_D32 PUBLIC_LOG PRId32 macro
94 op(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \
98 op(LOG_TYPE, "#" PUBLIC_LOG_D32 " " fmt, __LINE__, ##args); \
102 op(LOG_ONLY_PRERELEASE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \
113 op2(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \
115 op1(LOG_TYPE, "(" PUBLIC_LOG_S "(), " PUBLIC_LOG_D32 "): " fmt, __FUNCTION__, __LINE__, ##args); \
198 MEDIA_LOG_E("NOK_RETURN on Status(" PUBLIC_LOG_D32 ").", returnValue); \
209 MEDIA_LOG_E("NOK_LOG on Status(" PUBLIC_LOG_D32 ").", returnValue); \
220 MEDIA_LOG_E("NZERO_LOG when call (" #exec "), return " PUBLIC_LOG_D32, returnValue); \
230 MEDIA_LOG_E("NZERO_RETURN when call (" #exec "), return " PUBLIC_LOG_D32, returnValu
[all...]
/foundation/multimedia/media_foundation/engine/include/foundation/
H A Dlog.h60 #define PUBLIC_LOG_D32 PUBLIC_LOG PRId32 macro
79 op(LOG_CORE, "(" PUBLIC_LOG_S ", " PUBLIC_LOG_D32 "): " fmt, \
122 MEDIA_LOG_E("NOK_RETURN on Status(" PUBLIC_LOG_D32 ").", returnValue); \
133 MEDIA_LOG_E("NOK_LOG on Status(" PUBLIC_LOG_D32 ").", returnValue); \
144 MEDIA_LOG_E("NZERO_LOG when call (" #exec "), return " PUBLIC_LOG_D32, returnValue); \
154 MEDIA_LOG_E("NZERO_LOG when call (" #exec "), return " PUBLIC_LOG_D32, returnValue); \
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp94 MEDIA_LOG_D("HttpMediaDownloader read return, isEos: " PUBLIC_LOG_D32 ", isClosed: " in Read()
95 PUBLIC_LOG_D32, isEos, isClosed); in Read()
110 MEDIA_LOG_D("Read: wantReadLength " PUBLIC_LOG_D32 ", realReadLength " PUBLIC_LOG_D32 ", isEos " in Read()
111 PUBLIC_LOG_D32, wantReadLength, realReadLength, isEos); in Read()
118 MEDIA_LOG_I("Seek: buffer size " PUBLIC_LOG_ZU ", offset " PUBLIC_LOG_D32, buffer_->GetSize(), offset); in SeekToPos()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp134 MEDIA_LOG_D_SHORT("EVENT_AUDIO_PROGRESS endTime position updated: " PUBLIC_LOG_D32, playRangeEndTime); in DoReportCompletedTime()
139 MEDIA_LOG_D_SHORT("EVENT_AUDIO_PROGRESS completed position updated " PUBLIC_LOG_D32, currentPositionMs); in DoReportCompletedTime()
159 MEDIA_LOG_D_SHORT("EVENT_AUDIO_PROGRESS position updated: " PUBLIC_LOG_D32, currentPositionMs); in DoReportMediaProgress()
227 MEDIA_LOG_I("Do Report SystemOperation, type: " PUBLIC_LOG_D32 " resaon: " PUBLIC_LOG_D32, in DoReportSystemOperation()
249 MEDIA_LOG_E_SHORT("Report error, error type: " PUBLIC_LOG_D32 " error value: " PUBLIC_LOG_D32, in DoReportError()
276 MEDIA_LOG_I_SHORT("Report info, info type: " PUBLIC_LOG_D32 " info value: " PUBLIC_LOG_D32, in DoReportInfo()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp168 MEDIA_LOG_I("NeedRetry: clientError = " PUBLIC_LOG_D32 ", serverError = " PUBLIC_LOG_D32 in NeedRetry()
169 ", retryTimes = " PUBLIC_LOG_D32 ",", clientError, serverError, retryTimes); in NeedRetry()
174 MEDIA_LOG_I("Send http client error, code " PUBLIC_LOG_D32, static_cast<int32_t>(clientError)); in NeedRetry()
178 MEDIA_LOG_I("Send http server error, code " PUBLIC_LOG_D32, serverError); in NeedRetry()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dblock_queue.h67 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG_D32, in Push()
90 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", size: " PUBLIC_LOG_ZU, in Pop()
114 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", size: " PUBLIC_LOG_ZU, in Front()
137 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", size: " PUBLIC_LOG_ZU, in Back()
156 MEDIA_LOG_D("SetActive " PUBLIC_LOG_S ": " PUBLIC_LOG_D32, name_.c_str(), isActive_.load()); in SetActive()
H A Dblock_queue_pool.cpp79 MEDIA_LOG_D("Block queue " PUBLIC_LOG_D32 " is nullptr, will find next", queIndex); in GetCacheSize()
115 MEDIA_LOG_D("Block queue " PUBLIC_LOG_D32 " is nullptr, will find next", queIndex); in HasCache()
156 FALSE_RETURN_V_MSG_E(ret == Status::OK, false, "Add new queue error: " PUBLIC_LOG_D32, ret); in Push()
165 MEDIA_LOG_D("Track has no queue, will request " PUBLIC_LOG_D32 " from pool", pushIndex); in Push()
170 MEDIA_LOG_D("Track que is full, will request " PUBLIC_LOG_D32 " from pool", pushIndex); in Push()
173 MEDIA_LOG_D("Block queue " PUBLIC_LOG_D32 " is nullptr, failed to push data", pushIndex); in Push()
195 MEDIA_LOG_D("Block queue " PUBLIC_LOG_D32 " is nullptr, will find next", queIndex); in Pop()
217 MEDIA_LOG_D("Track " PUBLIC_LOG_U32 " queue " PUBLIC_LOG_D32 " is empty, will return to pool", in Pop()
244 MEDIA_LOG_D("Block queue " PUBLIC_LOG_D32 " is nullptr, will find next", queIndex); in Front()
303 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_D32 " i in InnerQueueIsFull()
[all...]
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate_machine.cpp77 MEDIA_LOG_E("SendEvent timeout, intent: " PUBLIC_LOG_D32, static_cast<int>(intent)); in SendEvent()
89 MEDIA_LOG_D("SendEventAsync, intent: " PUBLIC_LOG_D32, static_cast<int>(intent)); in SendEventAsync()
98 MEDIA_LOG_D("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_D32 ".", in ProcessIntent()
100 PROFILE_BEGIN("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_D32 ".", in ProcessIntent()
115 PROFILE_END("ProcessIntent, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_D32 ".", in ProcessIntent()
219 MEDIA_LOG_D("OnIntentExecuted, curState: " PUBLIC_LOG_S ", intent: " PUBLIC_LOG_D32 ", action: " PUBLIC_LOG in OnIntentExecuted()
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp105 MEDIA_LOG_D("EVENT_AUDIO_PROGRESS completed position updated: " PUBLIC_LOG_D32, currentPositionMs); in DoReportCompletedTime()
127 MEDIA_LOG_D("EVENT_AUDIO_PROGRESS position updated: " PUBLIC_LOG_D32, progress); in DoReportMediaProgress()
155 MEDIA_LOG_E("Report error, error type: " PUBLIC_LOG_D32 " error value: " PUBLIC_LOG_D32, in DoReportError()
175 MEDIA_LOG_I("Report info, info type: " PUBLIC_LOG_D32 " info value: " PUBLIC_LOG_D32, in DoReportInfo()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dcondition_variable.cpp68 MEDIA_LOG_E("NotifyOne failed with errno = " PUBLIC_LOG_D32, ret);
77 MEDIA_LOG_E("NotifyAll failed with errno = " PUBLIC_LOG_D32, ret);
90 MEDIA_LOG_E("ConditionVariable WaitUntil invalid timeoutMs: " PUBLIC_LOG_D32, timeoutMs); in WaitFor()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.cpp98 MEDIA_LOG_D("Base: [" PUBLIC_LOG_D32 "/" PUBLIC_LOG_D32 "], time convert [" in ConvertTimeFromFFmpeg()
129 MEDIA_LOG_D("Base: [" PUBLIC_LOG_D32 "/" PUBLIC_LOG_D32 "], time convert [" in ConvertTimeToFFmpeg()
143 MEDIA_LOG_D("Base: [" PUBLIC_LOG_D32 "/" PUBLIC_LOG_D32 "], time convert [" in ConvertTimeToFFmpegByUs()
362 MEDIA_LOG_D("[FFmpeg Log " PUBLIC_LOG_D32 " WARN] " PUBLIC_LOG_S, level, buf); in FfmpegLogPrint()
365 MEDIA_LOG_D("[FFmpeg Log " PUBLIC_LOG_D32 " ERROR] " PUBLIC_LOG_S, level, buf); in FfmpegLogPrint()
368 MEDIA_LOG_D("[FFmpeg Log " PUBLIC_LOG_D32 " FATAL] " PUBLIC_LOG_S, level, buf); in FfmpegLogPrint()
371 MEDIA_LOG_D("[FFmpeg Log " PUBLIC_LOG_D32 " INF in FfmpegLogPrint()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_demuxer_plugin.cpp103 MEDIA_LOG_DD("ioNeedReadSize " PUBLIC_LOG_U32 " inIoBufferSize_ " PUBLIC_LOG_D32 " ioDataRemainSize_ " in DoReadFromSource()
107 FALSE_RETURN_V_MSG_W(res == Status::OK, res, "read data from source error " PUBLIC_LOG_D32, (int)res); in DoReadFromSource()
109 MEDIA_LOG_DD("bufData->GetSize() == 0 retryTimes = " PUBLIC_LOG_D32, retryTimes); in DoReadFromSource()
125 MEDIA_LOG_W("memcpy into buffer failed with code " PUBLIC_LOG_D32, ret); in DoReadFromSource()
139 MEDIA_LOG_DD("remain size_ " PUBLIC_LOG_D32 " need read size " PUBLIC_LOG_D32, ioDataRemainSize_, ioNeedReadSize); in GetDataFromSource()
144 FALSE_RETURN_V_MSG_W(ret == 0, Status::ERROR_UNKNOWN, "copy buffer error " PUBLIC_LOG_D32, ret); in GetDataFromSource()
146 FALSE_RETURN_V_MSG_W(ret == 0, Status::ERROR_UNKNOWN, "memset_s buffer error " PUBLIC_LOG_D32, ret); in GetDataFromSource()
212 MEDIA_LOG_I("AUDIO_DEMUXER_PREPARE_UNMATCHED_FORMAT " PUBLIC_LOG_D32, status); in GetMediaInfo()
238 MEDIA_LOG_DD("ReadFrame: success usedInputLength " PUBLIC_LOG_D32 " ioDataRemainSize in WriteMp3Data()
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Ddemuxer_plugin_manager.cpp78 MEDIA_LOG_E("ReadAt failed, buffer empty: " PUBLIC_LOG_D32 ", expectedLen: " PUBLIC_LOG_D32 in ReadAt()
307 MEDIA_LOG_I("AddMediaInfo streamID = " PUBLIC_LOG_D32 " index = " PUBLIC_LOG_D32, streamID, index); in AddMediaInfo()
329 MEDIA_LOG_I("DeleteTempTrackMapInfo oldTrackId = " PUBLIC_LOG_D32, oldTrackId); in DeleteTempTrackMapInfo()
337 MEDIA_LOG_I("UpdateTempTrackMapInfo oldTrackId = " PUBLIC_LOG_D32 " newTrackId = " PUBLIC_LOG_D32 in UpdateTempTrackMapInfo()
338 " innerTrackIndex = " PUBLIC_LOG_D32, oldTrackId, newTrackId, trackInfoMap_[newTrackId].innerTrackIndex); in UpdateTempTrackMapInfo()
341 MEDIA_LOG_I("UpdateTempTrackMapInfo oldTrackId = " PUBLIC_LOG_D32 " newTrackId = " PUBLIC_LOG_D32 in UpdateTempTrackMapInfo()
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/osal/task/
H A Dblocking_queue.h65 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG in Push()
86 MEDIA_LOG_D("blocking queue: inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG_D32, in Push()
141 MEDIA_LOG_D("SetActive for " PUBLIC_LOG_S ": " PUBLIC_LOG_D32 ".", name_.c_str(), active); in SetActive()
/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dblocking_queue.h65 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG in Push()
86 MEDIA_LOG_D("blocking queue: inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG_D32, in Push()
141 MEDIA_LOG_D("SetActive for " PUBLIC_LOG_S ": " PUBLIC_LOG_D32 ".", name_.c_str(), active); in SetActive()
/foundation/multimedia/media_foundation/engine/plugin/convert/
H A Dffmpeg_convert.cpp127 FALSE_RETURN_V_MSG_E(ret >= 0, Status::ERROR_UNKNOWN, "could not allocate destination image" PUBLIC_LOG_D32, ret); in Init()
132 MEDIA_LOG_D("dstLineSize[" PUBLIC_LOG_D32 "]: " PUBLIC_LOG_D32, i, dstLineSize[i]); in Init()
134 MEDIA_LOG_E("scale frame is broken, i: " PUBLIC_LOG_D32, i); in Init()
145 FALSE_RETURN_V_MSG_E(res >= 0, Status::ERROR_UNKNOWN, "sws_scale fail: " PUBLIC_LOG_D32, res); in Convert()

Completed in 15 milliseconds

123456