Home
last modified time | relevance | path

Searched refs:IsVideoData (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.h278 bool IsVideoData(const DataSpec::Ptr &dataSpec);
H A Dbuffer_dispatcher.cpp1033 if (IsVideoData(data)) { in WriteDataIntoBuffer()
1363 bool BufferDispatcher::IsVideoData(const DataSpec::Ptr &dataSpec) in IsVideoData() function in OHOS::Sharing::BufferDispatcher
1393 return IsVideoData(dataSpec) && dataSpec->mediaData->keyFrame; in IsKeyVideoFrame()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp1139 auto ret = bufferDispatcher->IsVideoData(dataSpec); in HWTEST_F()
1154 auto ret = bufferDispatcher->IsVideoData(dataSpec); in HWTEST_F()
1165 auto ret = bufferDispatcher->IsVideoData(dataSpec); in HWTEST_F()

Completed in 9 milliseconds