Home
last modified time | relevance | path

Searched refs:MEDIA_LOG_D (Results 1 - 25 of 158) sorted by relevance

1234567

/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_source_plugin.cpp89 MEDIA_LOG_D("Init IN"); in Init()
100 MEDIA_LOG_D("Init OUT"); in Init()
107 MEDIA_LOG_D("IN"); in Deinit()
115 MEDIA_LOG_D("IN"); in Prepare()
125 MEDIA_LOG_D("IN"); in Reset()
135 MEDIA_LOG_D("IN"); in Stop()
142 MEDIA_LOG_D("OUT"); in Stop()
150 MEDIA_LOG_D("IN"); in GetParameter()
166 MEDIA_LOG_D("IN"); in SetParameter()
181 MEDIA_LOG_D("I in SetCallback()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/
H A Dstream_source_plugin.cpp47 MEDIA_LOG_D("ctor called"); in StreamSourcePlugin()
52 MEDIA_LOG_D("dtor called"); in ~StreamSourcePlugin()
57 MEDIA_LOG_D("IN"); in Init()
63 MEDIA_LOG_D("IN"); in Deinit()
69 MEDIA_LOG_D("IN"); in Prepare()
75 MEDIA_LOG_D("IN"); in Reset()
81 MEDIA_LOG_D("IN"); in Start()
87 MEDIA_LOG_D("IN"); in Stop()
93 MEDIA_LOG_D("IN"); in GetParameter()
99 MEDIA_LOG_D("I in SetParameter()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dblock_queue.h56 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S, name_.c_str()); in Push()
59 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is inactive", name_.c_str()); in Push()
63 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is full", name_.c_str()); in Push()
67 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG_D32, in Push()
73 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S, name_.c_str()); in Push()
79 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S, name_.c_str()); in Pop()
82 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is inactive", name_.c_str()); in Pop()
86 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S " is empty", name_.c_str()); in Pop()
90 MEDIA_LOG_D("Block queue " PUBLIC_LOG_S ": inactive: " PUBLIC_LOG_D32 ", size: " PUBLIC_LOG_ZU, in Pop()
97 MEDIA_LOG_D("Ou in Pop()
[all...]
H A Dblock_queue_pool.cpp30 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S, name_.c_str()); in ~BlockQueuePool()
34 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S, name_.c_str()); in ~BlockQueuePool()
40 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()
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()
68 MEDIA_LOG_D("Out, block queue " PUBLIC_LOG_S, name_.c_str()); in RemoveTrackQueue()
75 MEDIA_LOG_D("In, block queue " PUBLIC_LOG_S ", track " PUBLIC_LOG_U32, name_.c_str(), trackIndex); in GetCacheSize()
79 MEDIA_LOG_D("Bloc in GetCacheSize()
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Devent_aggregate.cpp42 MEDIA_LOG_D("EventAggregate Constructor"); in EventAggregate()
47 MEDIA_LOG_D("EventAggregate Destructor"); in ~EventAggregate()
52 MEDIA_LOG_D("WriteEvent enter"); in WriteEvent()
79 MEDIA_LOG_D("Update Aggregate Event List"); in UpdateAggregateEventList()
122 MEDIA_LOG_D("Begin handle device change event"); in HandleDeviceChangeEvent()
131 MEDIA_LOG_D("Handle device change for device event aggregate."); in HandleDeviceChangeForDeviceUsage()
135 MEDIA_LOG_D("Find the existing device usage"); in HandleDeviceChangeForDeviceUsage()
149 MEDIA_LOG_D("Handle device change for capture muted event aggregate"); in HandleDeviceChangeForCaptureMuted()
156 MEDIA_LOG_D("Find the existing capture muted"); in HandleDeviceChangeForCaptureMuted()
169 MEDIA_LOG_D("Handl in HandleDeviceChangeForVolume()
[all...]
H A Dmedia_event_base_writer.cpp33 MEDIA_LOG_D("Write heaset change"); in WriteHeasetChange()
49 MEDIA_LOG_D("Write volume change"); in WriteVolumeChange()
71 MEDIA_LOG_D("Write stream change"); in WriteStreamChange()
96 MEDIA_LOG_D("Write stream standby"); in WriteStreamStandby()
114 MEDIA_LOG_D("Write device Change"); in WriteDeviceChange()
137 MEDIA_LOG_D("Write noise suppression"); in WriteNoiseSuppression()
154 MEDIA_LOG_D("Write load config error"); in WriteLoadConfigError()
168 MEDIA_LOG_D("Write load effect engine error"); in WriteLoadEffectEngineError()
182 MEDIA_LOG_D("Write audio startup error"); in WriteAudioStartupError()
197 MEDIA_LOG_D("Writ in WriteStreamExhastedError()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/
H A Dhttp_source_plugin.cpp57 MEDIA_LOG_D("HttpSourcePlugin enter."); in downloader_()
62 MEDIA_LOG_D("~HttpSourcePlugin enter."); in ~HttpSourcePlugin()
68 MEDIA_LOG_D("Init enter."); in Init()
74 MEDIA_LOG_D("Deinit enter."); in Deinit()
81 MEDIA_LOG_D("Prepare enter."); in Prepare()
90 MEDIA_LOG_D("Reset enter."); in Reset()
97 MEDIA_LOG_D("Start enter."); in Start()
112 MEDIA_LOG_D("GetParameter enter."); in GetParameter()
127 MEDIA_LOG_D("SetParameter enter."); in SetParameter()
142 MEDIA_LOG_D("SetCallbac in SetCallback()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/core/
H A Dbase.cpp31 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Init()
43 MEDIA_LOG_D(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Init()
49 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Deinit()
59 MEDIA_LOG_D(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Deinit()
65 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Prepare()
78 MEDIA_LOG_D(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Prepare()
84 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Reset()
96 MEDIA_LOG_D(PUBLIC_LOG_S " Exit.", __FUNCTION__); in Reset()
102 MEDIA_LOG_D(PUBLIC_LOG_S " Enter.", __FUNCTION__); in Start()
115 MEDIA_LOG_D(PUBLIC_LOG_ in Start()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/
H A Dstd_stream_source_plugin.cpp50 MEDIA_LOG_D("ctor called"); in StdStreamSourcePlugin()
57 MEDIA_LOG_D("dtor called"); in ~StdStreamSourcePlugin()
63 MEDIA_LOG_D("IN"); in Init()
69 MEDIA_LOG_D("IN"); in Deinit()
75 MEDIA_LOG_D("IN"); in Prepare()
81 MEDIA_LOG_D("IN"); in Reset()
87 MEDIA_LOG_D("IN"); in Start()
93 MEDIA_LOG_D("IN"); in Stop()
99 MEDIA_LOG_D("IN"); in GetParameter()
105 MEDIA_LOG_D("I in SetParameter()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/file_source/
H A Dfile_source_plugin.cpp75 MEDIA_LOG_D("IN"); in FileSourcePlugin()
80 MEDIA_LOG_D("IN"); in ~FileSourcePlugin()
89 MEDIA_LOG_D("IN"); in Init()
96 MEDIA_LOG_D("IN"); in Deinit()
103 MEDIA_LOG_D("IN"); in Prepare()
109 MEDIA_LOG_D("IN"); in Reset()
116 MEDIA_LOG_D("IN"); in GetParameter()
122 MEDIA_LOG_D("IN"); in SetParameter()
128 MEDIA_LOG_D("IN"); in GetAllocator()
134 MEDIA_LOG_D("I in SetCallback()
[all...]
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dpause_state.h37 MEDIA_LOG_D("Pause state entered.");
44 MEDIA_LOG_D("Play in pause state.");
50 MEDIA_LOG_D("Seek in pause state.");
60 MEDIA_LOG_D("Pause in pause state.");
66 MEDIA_LOG_D("Resume in pause state.");
72 MEDIA_LOG_D("Stop called in pause state.");
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dpause_state.h36 MEDIA_LOG_D("Pause state entered.");
43 MEDIA_LOG_D("Start in pause state.");
49 MEDIA_LOG_D("Pause in pause state.");
55 MEDIA_LOG_D("Resume in pause state.");
61 MEDIA_LOG_D("Stop called in pause state.");
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_adapter.cpp60 MEDIA_LOG_D("EventHandler-callback end"); in EventHandler()
130 MEDIA_LOG_D("Init begin"); in Init()
132 MEDIA_LOG_D("pluginName_: " PUBLIC_LOG_S, pluginName_.c_str()); in Init()
157 MEDIA_LOG_D("Init end, component Id = " PUBLIC_LOG_D32, componentId_); in Init()
172 MEDIA_LOG_D("InitPortIndex begin"); in InitPortIndex()
185 MEDIA_LOG_D("DeInit Enter"); in Deinit()
198 MEDIA_LOG_D("DeInit End;"); in Deinit()
204 MEDIA_LOG_D("Prepare Start"); in Prepare()
227 MEDIA_LOG_D("prepare end"); in Prepare()
233 MEDIA_LOG_D("Rese in Reset()
[all...]
H A Dcodec_buffer_pool.cpp38 MEDIA_LOG_D("UseBuffers begin"); in UseBuffers()
51 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()
63 MEDIA_LOG_D("FreeBuffers begin"); in FreeBuffers()
76 MEDIA_LOG_D("FreeBuffers end"); in FreeBuffers()
92 MEDIA_LOG_D("ConfigOutPortBufType end"); in ConfigBufType()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_source_plugin.cpp85 MEDIA_LOG_D("IN"); in FileSourcePlugin()
90 MEDIA_LOG_D("IN"); in ~FileSourcePlugin()
99 MEDIA_LOG_D("IN"); in Init()
106 MEDIA_LOG_D("IN"); in Deinit()
113 MEDIA_LOG_D("IN"); in Prepare()
119 MEDIA_LOG_D("IN"); in Reset()
126 MEDIA_LOG_D("IN"); in GetParameter()
132 MEDIA_LOG_D("IN"); in SetParameter()
138 MEDIA_LOG_D("IN"); in GetAllocator()
144 MEDIA_LOG_D("I in SetCallback()
[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()
78 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push()
82 MEDIA_LOG_D("blocking queue is full, waiting for pop..."); in Push()
86 MEDIA_LOG_D("blocking queue: inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG_D32, in Push()
99 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive.", name_.c_str()); in Pop()
119 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive.", name_.c_str()); in Pop()
141 MEDIA_LOG_D("SetActive for " PUBLIC_LOG_S ": " PUBLIC_LOG_D32 ".", name_.c_str(), active); in SetActive()
158 MEDIA_LOG_D("ResetCapacity: capacity_ is " PUBLIC_LOG_ZU, capacity_); in ResetCapacity()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H A Dvideo_file_capture_plugin.cpp75 MEDIA_LOG_D("IN"); in VideoFileCapturePlugin()
80 MEDIA_LOG_D("IN"); in ~VideoFileCapturePlugin()
85 MEDIA_LOG_D("IN"); in Init()
91 MEDIA_LOG_D("IN"); in Deinit()
101 MEDIA_LOG_D("IN"); in Prepare()
118 MEDIA_LOG_D("IN"); in Reset()
124 MEDIA_LOG_D("IN"); in Start()
138 MEDIA_LOG_D("IN"); in Stop()
154 MEDIA_LOG_D("IN"); in GetParameter()
206 MEDIA_LOG_D("I in GetAllocator()
[all...]
H A Dvideo_capture_plugin.cpp68 MEDIA_LOG_D("IN"); in VideoCapturePlugin()
73 MEDIA_LOG_D("IN"); in ~VideoCapturePlugin()
78 MEDIA_LOG_D("IN"); in Init()
84 MEDIA_LOG_D("IN"); in Deinit()
114 MEDIA_LOG_D("IN"); in Prepare()
145 MEDIA_LOG_D("IN"); in Reset()
151 MEDIA_LOG_D("IN"); in Start()
165 MEDIA_LOG_D("IN"); in Stop()
176 MEDIA_LOG_D("IN"); in GetParameter()
225 MEDIA_LOG_D("I in GetAllocator()
[all...]
/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()
78 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive for Push.", name_.c_str()); in Push()
82 MEDIA_LOG_D("blocking queue is full, waiting for pop..."); in Push()
86 MEDIA_LOG_D("blocking queue: inactive: " PUBLIC_LOG_D32 ", isFull: " PUBLIC_LOG_D32, in Push()
99 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive.", name_.c_str()); in Pop()
119 MEDIA_LOG_D("blocking queue " PUBLIC_LOG_S " is inactive.", name_.c_str()); in Pop()
141 MEDIA_LOG_D("SetActive for " PUBLIC_LOG_S ": " PUBLIC_LOG_D32 ".", name_.c_str(), active); in SetActive()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dmutex.cpp31 MEDIA_LOG_D("succeed to init pthread mutex"); in Mutex()
38 MEDIA_LOG_D("succeed to destroy pthread mutex"); in ~Mutex()
49 MEDIA_LOG_D("Lock pthread mutex done!"); in Lock()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp61 MEDIA_LOG_D("HttpSourcePlugin enter."); in downloader_()
66 MEDIA_LOG_D("~HttpSourcePlugin enter."); in ~HttpSourcePlugin()
72 MEDIA_LOG_D("Init enter."); in Init()
78 MEDIA_LOG_D("Deinit enter."); in Deinit()
85 MEDIA_LOG_D("Prepare enter."); in Prepare()
94 MEDIA_LOG_D("Reset enter."); in Reset()
101 MEDIA_LOG_D("SetReadBlockingFlag entered, IsReadBlockingAllowed %{public}d", isReadBlockingAllowed); in SetReadBlockingFlag()
109 MEDIA_LOG_D("GetStreamInfo entered"); in GetStreamInfo()
117 MEDIA_LOG_D("SelectStream entered"); in SelectStream()
125 MEDIA_LOG_D("Star in Start()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp127 MEDIA_LOG_D("get surface success"); in Init()
167 MEDIA_LOG_D("decode output pixel fmt: " PUBLIC_LOG_U32 ", surface pixel fmt: " PUBLIC_LOG_U32, in Prepare()
171 MEDIA_LOG_D("Prepare success"); in Prepare()
177 MEDIA_LOG_D("Reset success"); in Reset()
189 MEDIA_LOG_D("Start success"); in Start()
195 MEDIA_LOG_D("Stop success"); in Stop()
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 in SetMaxSurfaceNum()
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_decoder/
H A Daudio_decoder_filter.cpp45 MEDIA_LOG_D("audio decoder ctor called"); in AudioDecoderFilter()
54 MEDIA_LOG_D("audio decoder dtor called"); in ~AudioDecoderFilter()
75 MEDIA_LOG_D("audio decoder stop start."); in Stop()
77 MEDIA_LOG_D("audio decoder stop end."); in Stop()
89 MEDIA_LOG_D("audio decoder negotiate end"); in Negotiate()
104 MEDIA_LOG_D("audio decoder FlushStart entered."); in FlushStart()
107 MEDIA_LOG_D("audio decoder FlushStart exit."); in FlushStart()
119 MEDIA_LOG_D("AudioDecoderFilter::OnInputBufferDone"); in OnInputBufferDone()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/
H A Dvideo_decoder_filter.cpp61 MEDIA_LOG_D("video decoder dtor called"); in ~VideoDecoderFilter()
85 MEDIA_LOG_D("video decoder stop start."); in Stop()
87 MEDIA_LOG_D("video decoder stop end."); in Stop()
122 MEDIA_LOG_D("video decoder negotiate end"); in Negotiate()
149 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()
180 MEDIA_LOG_D("Get SurfaceAllocator from sink"); in GetAllocator()
191 MEDIA_LOG_D("UpdateParams begin"); in UpdateParams()
/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp33 MEDIA_LOG_D("enter ctor, 0x%{public}06" PRIXPTR ", name: %{public}s", FAKE_POINTER(this), name_.c_str()); in AVSharedMemoryPool()
38 MEDIA_LOG_D("enter dtor, 0x%{public}06" PRIXPTR ", name: %{public}s", FAKE_POINTER(this), name_.c_str()); in ~AVSharedMemoryPool()
94 MEDIA_LOG_D("0x%{public}06" PRIXPTR " released back to pool %{public}s", in ReleaseMemory()
110 MEDIA_LOG_D("busylist size " PUBLIC_LOG_ZU ", idlelist size " PUBLIC_LOG_ZU, busyList_.size(), idleList_.size()); in DoAcquireMemory()
176 MEDIA_LOG_D("acquire memory for size: %{public}d from pool %{public}s, blocking: %{public}d", in AcquireMemory()
212 MEDIA_LOG_D("0x%{public}06" PRIXPTR " acquired from pool", FAKE_POINTER(memory)); in AcquireMemory()
219 MEDIA_LOG_D("SetNonBlocking: %{public}d", enable); in SetNonBlocking()
228 MEDIA_LOG_D("Reset"); in Reset()

Completed in 11 milliseconds

1234567