Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp874 !IsKeyVideoFrame(circularBuffer_.at(readIndex))) { in ReadBufferData()
896 if (IsKeyVideoFrame(data)) { in ReadBufferData()
961 } else if (!IsKeyVideoFrame(dataSpec)) { in PreProcessDataSpec()
973 ReCalculateCapacity(IsKeyVideoFrame(dataSpec)); in PreProcessDataSpec()
1021 if (IsKeyVideoFrame(data) && !keyOnly_) { in WriteDataIntoBuffer()
1072 if (!keyOnly_ || (keyOnly_ && IsKeyVideoFrame(data))) { in WriteDataIntoBuffer()
1073 ActiveDataRef(MEDIA_TYPE_VIDEO, IsKeyVideoFrame(data)); in WriteDataIntoBuffer()
1083 if (IsKeyVideoFrame(data)) { in WriteDataIntoBuffer()
1287 if (keyOnly_ && type == MEDIA_TYPE_VIDEO && !IsKeyVideoFrame(circularBuffer_[i])) { in FindNextIndex()
1319 if (!IsKeyVideoFrame(circularBuffer in FindNextIndex()
1385 bool BufferDispatcher::IsKeyVideoFrame(const DataSpec::Ptr &dataSpec) IsKeyVideoFrame() function in OHOS::Sharing::BufferDispatcher
[all...]
H A Dbuffer_dispatcher.h280 bool IsKeyVideoFrame(const DataSpec::Ptr &dataSpec);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/dispatcher/
H A Dmedia_dispatcher_unit_test.cpp1221 auto ret = bufferDispatcher->IsKeyVideoFrame(dataSpec); in HWTEST_F()
1236 auto ret = bufferDispatcher->IsKeyVideoFrame(dataSpec); in HWTEST_F()

Completed in 7 milliseconds