Home
last modified time | relevance | path

Searched refs:frameList (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/test/nativedemo/e2e_demo/
H A Davcodec_e2e_demo_api10.cpp44 static list<FrameInfo> frameList; variable
88 frameList.emplace_back(info); in sortFrame()
89 if (frameList.size() > 1) { in sortFrame()
90 frameList.sort(FrameCompare); in sortFrame()
91 FrameInfo first = frameList.front(); in sortFrame()
92 auto it = frameList.begin(); in sortFrame()
96 frameList.pop_front(); in sortFrame()
106 frameList.sort(FrameCompare); in OnDecOutputDataAvailable()
107 while (frameList.size() > 0) { in OnDecOutputDataAvailable()
108 FrameInfo first = frameList in OnDecOutputDataAvailable()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2404 std::vector<sptr<FrameRecord>> frameList = recorderBufferQueue_.GetAllElements(); in DrainOutImage() local
2405 if (!frameList.empty()) { in DrainOutImage()
2406 frameList.back()->SetCoverFrame(); in DrainOutImage()
2409 for (const auto& frame : frameList) { in DrainOutImage()

Completed in 5 milliseconds