Searched refs:controlId_ (Results 1 - 2 of 2) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
H A D | video_sink_decoder.cpp | 32 controlId_ = controlId; in VideoSinkDecoder() 209 MEDIA_LOGD("decode data controlId: %{public}u.", controlId_); in DecodeVideoData() 217 MEDIA_LOGE("GetInputBuffer failed controlId: %{public}u.", controlId_); in DecodeVideoData() 225 MEDIA_LOGE("copy data failed controlId: %{public}u.", controlId_); in DecodeVideoData() 237 MEDIA_LOGD("media flag codec data controlId: %{public}u.", controlId_); in DecodeVideoData() 240 MEDIA_LOGD("media flag none controlId: %{public}u.", controlId_); in DecodeVideoData() 245 MEDIA_LOGE("QueueInputBuffer failed error: %{public}d controlId: %{public}u.", ret, controlId_); in DecodeVideoData() 253 MEDIA_LOGD("process data success controlId: %{public}u.", controlId_); in DecodeVideoData() 259 SHARING_LOGE("controlId: %{public}u.", controlId_); in OnError() 269 MEDIA_LOGD("OnOutputBufferAvailable index: %{public}u controlId: %{public}u.", index, controlId_); in OnOutputBufferAvailable() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
H A D | video_sink_decoder.h | 71 uint32_t controlId_ = -1; member in OHOS::Sharing::VideoSinkDecoder
|
Completed in 1 milliseconds