Home
last modified time | relevance | path

Searched refs:PUBLIC_LOG_U32 (Results 1 - 25 of 66) sorted by relevance

123

/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dblock_queue_pool.cpp40 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in AddTrackQueue()
44 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S ", add track " PUBLIC_LOG_U32 in AddTrackQueue()
45 ", get queue " PUBLIC_LOG_U32, name_.c_str(), trackIndex, queIndex); in AddTrackQueue()
48 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32 " is already in queue", in AddTrackQueue()
57 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in RemoveTrackQueue()
59 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32 " not in queue", name_.c_str(), trackIndex); in RemoveTrackQueue()
75 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in GetCacheSize()
94 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in GetCacheDataSize()
104 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32 " cache size = " PUBLIC_LOG_U32, in GetCacheDataSize()
[all...]
H A Dffmpeg_reference_parser.cpp195 "AVStream or codecpar is nullptr, track " PUBLIC_LOG_U32, trackIndex); in ParserRefInit()
259 ", curStreamId:" PUBLIC_LOG_U32 ", parserCurGopId:" PUBLIC_LOG_U32, in ParserRefInfoLoop()
394 MEDIA_LOG_D("Get frameId: " PUBLIC_LOG_U32, frameId); in GetFrameLayerInfo()
403 MEDIA_LOG_D("In, dts: " PUBLIC_LOG_U32, frameId); in GetFrameLayerInfo()
410 MEDIA_LOG_D("In, gopId: " PUBLIC_LOG_U32, gopId); in GetGopLayerInfo()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/video_sink/
H A Dsdl_video_sink_plugin.cpp182 MEDIA_LOG_D("pixelWH[" PUBLIC_LOG_U32 ", " PUBLIC_LOG_U32 "], windowWH[" PUBLIC_LOG_U32 ", " PUBLIC_LOG_U32 in UpdateTextureRect()
183 "], textureWH[" PUBLIC_LOG_U32 ", " PUBLIC_LOG_U32 "], textureXY[" PUBLIC_LOG_U32 ", " in UpdateTextureRect()
184 PUBLIC_LOG_U32 "]", pixelWidth_, pixelHeight_, in UpdateTextureRect()
295 MEDIA_LOG_D("pixelWidth_: " PUBLIC_LOG_U32, pixelWidth_); in SetParameter()
302 MEDIA_LOG_D("pixelHeight_: " PUBLIC_LOG_U32, pixelHeight in SetParameter()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_source_plugin.cpp204 MEDIA_LOG_D("position_ " PUBLIC_LOG_U32 "downloadPos " PUBLIC_LOG_U32, position_, downloadPos); in SetSource()
211 MEDIA_LOG_D("position_ " PUBLIC_LOG_U32 "downloadPos " PUBLIC_LOG_U32, position_, downloadPos); in SetSource()
281 MEDIA_LOG_D("read pos " PUBLIC_LOG_U32 " write pos " PUBLIC_LOG_U32 " expectedLen " PUBLIC_LOG_ZU, in Read()
296 MEDIA_LOG_D("position_ : " PUBLIC_LOG_U32 ", readSize = " PUBLIC_LOG_ZU ", isEos " PUBLIC_LOG_D32, in Read()
326 MEDIA_LOG_E("seek to position_ " PUBLIC_LOG_U32 " failed", position_); in SeekToPos()
331 MEDIA_LOG_D("offset = " PUBLIC_LOG_U32 " , after SeekTo readPos = " PUBLIC_LOG_U32 ", writePo in SeekToPos()
[all...]
/foundation/multimedia/media_foundation/tests/unittest/osal/
H A Dtask_func_unit_test.cpp105 MEDIA_LOG_I("Task TaskRegisterJobNotRunning running at " PUBLIC_LOG_U32, count); in HWTEST_F()
131 MEDIA_LOG_I("Task TaskRegisterJobRun running at " PUBLIC_LOG_U32, count); in HWTEST_F()
158 MEDIA_LOG_I("Task TaskRegisterJobPause running at " PUBLIC_LOG_U32, count); in HWTEST_F()
190 MEDIA_LOG_I("Task TaskJobPauseResume running at " PUBLIC_LOG_U32, count); in HWTEST_F()
223 MEDIA_LOG_I("Task TaskRegisterJobPauseAsync running at " PUBLIC_LOG_U32, count); in HWTEST_F()
256 MEDIA_LOG_I("Task TaskRegisterJobStopAsync running at " PUBLIC_LOG_U32, count); in HWTEST_F()
285 MEDIA_LOG_I("Task TaskRegisterJobStop running at " PUBLIC_LOG_U32, count); in HWTEST_F()
314 MEDIA_LOG_I("Task TaskRegisterJobStopResume running at " PUBLIC_LOG_U32, count); in HWTEST_F()
345 MEDIA_LOG_I("Task TaskJobPauseStopResumeStart running at " PUBLIC_LOG_U32, count); in HWTEST_F()
385 MEDIA_LOG_I("Task WaitFor_Succ running at " PUBLIC_LOG_U32, coun in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp151 MEDIA_LOG_E("surface can not support decode output pixel fmt: " PUBLIC_LOG_U32, decodeOutputPixelFmt_); in Prepare()
156 MEDIA_LOG_W("decode output surface pixel fmt: " PUBLIC_LOG_U32 " is diff from surface pixel fmt: " in Prepare()
157 PUBLIC_LOG_U32, static_cast<uint32_t>(decodeOutputSurfacePixelFmt), static_cast<uint32_t>(surfacePixelFmt)); in Prepare()
167 MEDIA_LOG_D("decode output pixel fmt: " PUBLIC_LOG_U32 ", surface pixel fmt: " PUBLIC_LOG_U32, in Prepare()
249 MEDIA_LOG_D("width_: " PUBLIC_LOG_U32, width_); in SetVideoWidth()
257 MEDIA_LOG_D("height_: " PUBLIC_LOG_U32, height_); in SetVideoHeight()
265 MEDIA_LOG_D("decode output pixel fmt: " PUBLIC_LOG_U32, static_cast<uint32_t>(decodeOutputPixelFmt_)); in SetVideoPixelFormat()
276 MEDIA_LOG_D("maxSurfaceNum_: " PUBLIC_LOG_U32, maxSurfaceNum_); in SetMaxSurfaceNum()
284 MEDIA_LOG_D("scalingType_: " PUBLIC_LOG_U32, static_cas in SetVideoScaleType()
[all...]
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dlite_stream_player.cpp56 MEDIA_LOG_I("testDataSize:" PUBLIC_LOG_U32 " ,readPos:" PUBLIC_LOG_U32, testDataSize, readPos); in GetDataFromSource()
71 MEDIA_LOG_I("readPo:" PUBLIC_LOG_U32, readPos); in GetDataFromSource()
94 MEDIA_LOG_I("realGetSize:" PUBLIC_LOG_U32, realGetSize); in DataProcessThread()
185 MEDIA_LOG_I("testDataSize:" PUBLIC_LOG_U32, testDataSize); in StartLiteStreamPlayer()
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer_pool.cpp51 MEDIA_LOG_D("UseBuffer returned bufferID: " PUBLIC_LOG_U32 ", PortIndex: " PUBLIC_LOG_U32, in UseBuffers()
56 MEDIA_LOG_D("UseBuffers end, freeBufId.size: " PUBLIC_LOG_ZU ", portIndex: " PUBLIC_LOG_U32, in UseBuffers()
72 "codec component free buffer failed, omxBufId: " PUBLIC_LOG_U32, codecBuffer->GetBufferId()); in FreeBuffers()
H A Dhdi_codec_adapter.cpp56 ", nData1: " PUBLIC_LOG_U32 ", nData2: " PUBLIC_LOG_U32, in EventHandler()
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()
107 MEDIA_LOG_DD("FillBufferDone-callback end, free out buffer count: " PUBLIC_LOG_U32, in FillBufferDone()
179 MEDIA_LOG_I("inPortIndex: " PUBLIC_LOG_U32 ", outPortIndex: " PUBLIC_LOG_U32, inPortIndex_, outPortIndex_); in InitPortIndex()
214 MEDIA_LOG_E("alloc buffer " PUBLIC_LOG_U32 " fai in Prepare()
[all...]
H A Dcodec_buffer.cpp92 MEDIA_LOG_DD("plugin flag: " PUBLIC_LOG_U32 ", pts: " PUBLIC_LOG_D64, omxBuffer_->flag, omxBuffer_->pts); in Copy()
110 MEDIA_LOG_DD("CopyBuffer end, bufferId: " PUBLIC_LOG_U32, omxBuffer_->bufferId); in Copy()
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()
/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_capture_module.cpp192 MEDIA_LOG_W("samplingRate has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
198 MEDIA_LOG_W("audioChannel has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
204 MEDIA_LOG_W("audioSampleFormat has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
261 FALSE_RETURN_V_MSG_E(SampleRateNum2Enum(sampleRate, aRate), false, "sample rate " PUBLIC_LOG_U32 in AssignSampleRateIfSupported() local
277 MEDIA_LOG_E("Unsupported channelNum: " PUBLIC_LOG_U32, channelNum); in AssignChannelNumIfSupported()
282 PUBLIC_LOG_U32 "not supported", channelNum); in AssignChannelNumIfSupported() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_capture_plugin.cpp259 MEDIA_LOG_W("samplingRate has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
267 MEDIA_LOG_W("audioChannel has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
279 MEDIA_LOG_W("audioSampleFormat has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
297 FALSE_RETURN_V_MSG_E(AuCapturePlugin::SampleRateNum2Enum(sampleRate, aRate), false, "sample rate " PUBLIC_LOG_U32 in AssignSampleRateIfSupported() local
313 MEDIA_LOG_E("Unsupported channelNum: " PUBLIC_LOG_U32, channelNum); in AssignChannelNumIfSupported()
318 PUBLIC_LOG_U32 "not supported", channelNum); in AssignChannelNumIfSupported() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/
H A Daac_demuxer_plugin.cpp82 MEDIA_LOG_D("readSize " PUBLIC_LOG_U32 " inIoBufferSize_ " PUBLIC_LOG_D32 "ioDataRemainSize_ " in DoReadFromSource()
83 PUBLIC_LOG_U32, readSize, inIoBufferSize_, ioDataRemainSize_); in DoReadFromSource()
88 MEDIA_LOG_D("ioContext_.offset " PUBLIC_LOG_U32, static_cast<uint32_t>(ioContext_.offset)); in DoReadFromSource()
122 MEDIA_LOG_D("ioDataRemainSize_ " PUBLIC_LOG_U32, " ioNeedReadSize " PUBLIC_LOG_U32, ioDataRemainSize_,
348 MEDIA_LOG_D("channel " PUBLIC_LOG_U8 " sample " PUBLIC_LOG_U32, rst->frameChannels, rst->frameSampleRate); in AudioDemuxerAACPrepare()
389 MEDIA_LOG_E("malloc error, length " PUBLIC_LOG_U32, length); in AudioDemuxerAACProcess()
392 MEDIA_LOG_D("can't find next aac, length " PUBLIC_LOG_U32 " is error", length); in AudioDemuxerAACProcess()
112 FALSE_RETURN_V_MSG_E(retryTimes < 200, Status::ERROR_NOT_ENOUGH_DATA, �); break; } while (true); return Status::OK; } Status AACDemuxerPlugin::GetDataFromSource() { uint32_t ioNeedReadSize = inIoBufferSize_ - ioDataRemainSize_; MEDIA_LOG_D(� PUBLIC_LOG_U32, � PUBLIC_LOG_U32, ioDataRemainSize_, ioNeedReadSize); if (ioDataRemainSize_) { auto ret = memmove_s(inIoBuffer_, ioDataRemainSize_, inIoBuffer_ + usedDataSize_, ioDataRemainSize_); if (ret != 0) { MEDIA_LOG_E(� PUBLIC_LOG_D32, ret); return Status::ERROR_UNKNOWN; } ret = memset_s(inIoBuffer_ + ioDataRemainSize_, ioNeedReadSize, 0x00, ioNeedReadSize); if (ret != 0) { MEDIA_LOG_E(� PUBLIC_LOG_D32, ret); return Status::ERROR_UNKNOWN; } } if (isSeekable_) { if (ioContext_.offset >= fileSize_ && ioDataRemainSize_ == 0) DoReadFromSource() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Dsidx_box_parser.cpp114 MEDIA_LOG_W("sidx box reference count error: " PUBLIC_LOG_U32 ", currPos:" PUBLIC_LOG_U32 ", streamSize:" in BuildSubSegmentIndexes()
115 PUBLIC_LOG_U32, referenceCount, currPos, streamSize); in BuildSubSegmentIndexes()
119 MEDIA_LOG_D("sidx box reference count " PUBLIC_LOG_U32, referenceCount); in BuildSubSegmentIndexes()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer_pts_functions.cpp60 MEDIA_LOG_E("BaseInfo is nullptr, track " PUBLIC_LOG_U32, trackId); in HandleAutoMaintainPts()
77 MEDIA_LOG_I("Success, track:" PUBLIC_LOG_U32 ", orgPts:" in HandleAutoMaintainPts()
H A Dmedia_demuxer.cpp79 MEDIA_LOG_D("Buffer available for track " PUBLIC_LOG_U32, trackId_);
107 MEDIA_LOG_D("TrackId:" PUBLIC_LOG_U32 ", isNotifyNeeded:" PUBLIC_LOG_D32, in SetNotifyFlag()
308 MEDIA_LOG_D("Buffer available track " PUBLIC_LOG_U32, trackId); in OnBufferAvailable()
328 MEDIA_LOG_D("Accelerate track " PUBLIC_LOG_U32, trackId); in AccelerateTrackTask()
525 "Create task failed, track:" PUBLIC_LOG_U32 ", type:" PUBLIC_LOG_D32, in AddDemuxerCopyTask()
534 "Create notify task failed, track:" PUBLIC_LOG_U32 ", type:" PUBLIC_LOG_D32, in AddDemuxerCopyTask()
540 "Create listener failed, track:" PUBLIC_LOG_U32 ", type:" PUBLIC_LOG_D32, in AddDemuxerCopyTask()
656 MEDIA_LOG_I("STrack " PUBLIC_LOG_U32, index); in SetSubtitleSource()
1217 MEDIA_LOG_W("Track " PUBLIC_LOG_U32 " task is not exist", trackId); in ResumeAllTask()
1404 MEDIA_LOG_W("Track " PUBLIC_LOG_U32 " tas in Start()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/audio_server_sink/
H A Daudio_server_sink_plugin.cpp219 MEDIA_LOG_D("RenderState is " PUBLIC_LOG_U32, static_cast<uint32_t>(state)); in OnStateChange()
247 PUBLIC_LOG_U32, appPid_, appUid_, audioRenderInfo_.contentType, audioRenderInfo_.streamUsage, in Init()
410 MEDIA_LOG_W("samplingRate has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
418 MEDIA_LOG_I("Get outputChannels: " PUBLIC_LOG_U32, DEFAULT_OUTPUT_CHANNELS); in GetParameter()
430 MEDIA_LOG_W("sampleFormat has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
448 MEDIA_LOG_E("sample rate " PUBLIC_LOG_U32 "not supported", sampleRate); in AssignSampleRateIfSupported()
459 MEDIA_LOG_D("sampleRate: " PUBLIC_LOG_U32, rendererParams_.sampleRate); in AssignSampleRateIfSupported()
470 MEDIA_LOG_E("channel num " PUBLIC_LOG_U32 "no in AssignChannelNumIfSupported()
[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()
104 PUBLIC_LOG_U32, readSize, inIoBufferSize_, ioDataRemainSize_); in DoReadFromSource()
218 MEDIA_LOG_D("mp3DemuxerAttr_.bitRate " PUBLIC_LOG_U32 "kbps durationMs " PUBLIC_LOG_U32 " ms", in GetMediaInfo()
257 MEDIA_LOG_DD("ReadFrame: mp3DemuxerRst_.frameLength " PUBLIC_LOG_U32 ", pts " PUBLIC_LOG_U64, in WriteMp3Data()
281 PUBLIC_LOG_U32, mp3DemuxerRst_.usedInputLength, ioDataRemainSize_); in ReadFrame()
433 MEDIA_LOG_DD("offset = " PUBLIC_LOG_U64 " internalRemainLen " PUBLIC_LOG_U32 " frameSize " in AudioDemuxerMp3IterateCallback()
639 MEDIA_LOG_D("mp3 id3v2Offset = " PUBLIC_LOG_U32 ", input data inputLength " PUBLIC_LOG_U32, in AudioDemuxerMp3Probe()
667 MEDIA_LOG_I("bitrate_kbps = " PUBLIC_LOG_U32 " inf in AudioDemuxerMp3Probe()
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp149 MEDIA_LOG_D("YUV output buffer size: " PUBLIC_LOG_U32, bufferSize); in CalculateBufferSize()
156 MEDIA_LOG_D("RGBA output buffer size: " PUBLIC_LOG_U32, bufferSize); in CalculateBufferSize()
159 MEDIA_LOG_E("Unsupported video pixel format: " PUBLIC_LOG_U32, vdecFormat); in CalculateBufferSize()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_capture_plugin.cpp246 MEDIA_LOG_E("surfaceConsumer AcquireBuffer() fail: " PUBLIC_LOG_U32, ret); in AcquireSurfaceBuffer()
251 MEDIA_LOG_E("surfaceBuffer get data size fail: " PUBLIC_LOG_U32, ret); in AcquireSurfaceBuffer()
256 MEDIA_LOG_E("surfaceBuffer get isKeyFrame fail: " PUBLIC_LOG_U32, ret); in AcquireSurfaceBuffer()
262 MEDIA_LOG_E("surfaceBuffer get data size fail: " PUBLIC_LOG_U32, ret); in AcquireSurfaceBuffer()
/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp165 MEDIA_LOG_D_SHORT("OnInterrupt forceType is " PUBLIC_LOG_U32, static_cast<uint32_t>(interruptEvent.forceType)); in OnInterrupt()
189 MEDIA_LOG_D_SHORT("RenderState is " PUBLIC_LOG_U32, static_cast<uint32_t>(state)); in OnStateChange()
264 " audioInterruptMode_ " PUBLIC_LOG_U32, in Init()
439 MEDIA_LOG_W("samplingRate has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
444 MEDIA_LOG_W("sampleFormat has changed from " PUBLIC_LOG_U32 " to " PUBLIC_LOG_U32, in GetParameter()
464 MEDIA_LOG_D_SHORT("sampleRate: " PUBLIC_LOG_U32, rendererParams_.sampleRate); in AssignSampleRateIfSupported()
468 MEDIA_LOG_E_SHORT("sample rate " PUBLIC_LOG_U32 "not supported", sampleRate); in AssignSampleRateIfSupported()
479 MEDIA_LOG_D_SHORT("channelCount: " PUBLIC_LOG_U32, rendererParams in AssignChannelNumIfSupported()
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp97 MEDIA_LOG_DD("dataPacker (offset " PUBLIC_LOG_U64 ", size " PUBLIC_LOG_U32 "), curOffsetEnd is " PUBLIC_LOG_U64, in IsDataAvailable()
156 MEDIA_LOG_DD("PeekRangeInternal (offset, size) = (" PUBLIC_LOG_U64 ", " PUBLIC_LOG_U32 ")...", offset, size); in PeekRangeInternal()
207 PUBLIC_LOG_U32 ")...", offset, size); in GetRange()
241 MEDIA_LOG_D("DataPacker live play GetRange(size) = (" PUBLIC_LOG_U32 ")...", size); in GetRange()
404 FALSE_RETURN_V_MSG_E(size_.load() >= removeSize, false, "Total size(size_ " PUBLIC_LOG_U32 in UpdateWhenFrontDataRemoved()
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H A Dvideo_sink_filter.cpp168 MEDIA_LOG_W("Set surface to plugin fail, ret: " PUBLIC_LOG_U32, ret); in CreateVideoSinkPlugin()
270 MEDIA_LOG_D("width: " PUBLIC_LOG_U32 ", height: " PUBLIC_LOG_U32 ", pixelFormat: " PUBLIC_LOG_U32, in ConfigurePluginParams()
295 MEDIA_LOG_E("Write to plugin fail: " PUBLIC_LOG_U32 ", buf.pts: " PUBLIC_LOG_D64, err, frameBuffer->pts); in RenderFrame()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp307 MEDIA_LOG_I("switch to bandwidth:" PUBLIC_LOG_U32 ", id:" PUBLIC_LOG_D32 ", width:" in GetNextVideoStream()
308 PUBLIC_LOG_U32, stream->bandwidth_, stream->streamId_, stream->width_); in GetNextVideoStream()
317 MEDIA_LOG_E("switch to bandwidth:" PUBLIC_LOG_U32 ", can not find stream", param.bitrate_); in GetNextVideoStream()
326 MEDIA_LOG_E("select bitrate:" PUBLIC_LOG_U32 " but seq:" PUBLIC_LOG_D64 " is not equal bitrate:" in GetNextVideoStream()
327 PUBLIC_LOG_U32 ", seq:" PUBLIC_LOG_D64, destStream->bandwidth_, destStream->startNumberSeq_, in GetNextVideoStream()
338 PUBLIC_LOG_U32, currentStream->videoType_, destStream->videoType_, param.nextSegTime_); in GetNextVideoStream()
397 PUBLIC_LOG_U32, currentStream->lang_.c_str(), destStream->lang_.c_str(), param.nextSegTime_); in GetNextTrackStream()
479 PUBLIC_LOG_U32, streamDesc->currentNumberSeq_, numberSeq, nextSegTime); in UpdateCurrentNumberSeqByTime()
491 MEDIA_LOG_I("SetInitResolution, width:" PUBLIC_LOG_U32 ", height:" PUBLIC_LOG_U32, widt in SetInitResolution()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp236 MEDIA_LOG_D("bitRate: " PUBLIC_LOG_D64 ", width: " PUBLIC_LOG_U32 ", height: " PUBLIC_LOG_U32 in InitCodecContext()
237 ", pixelFormat: " PUBLIC_LOG_U32, avCodecContext_->bit_rate, width_, height_, pixelFormat_); in InitCodecContext()
446 MEDIA_LOG_DD("QueueInputBuffer ret: " PUBLIC_LOG_U32, ret); in QueueInputBuffer()
731 "Unsupported pixel format: " PUBLIC_LOG_U32, pixelFormat_); in FillFrameBuffer() local
734 "Unsupported pixel format: " PUBLIC_LOG_U32, pixelFormat_); in FillFrameBuffer() local
736 MEDIA_LOG_E("Unsupported pixel format: " PUBLIC_LOG_U32, pixelFormat_); in FillFrameBuffer()
770 MEDIA_LOG_DD("ReceiveBufferLocked status: " PUBLIC_LOG_U32, status); in ReceiveBufferLocked()

Completed in 23 milliseconds

123