Home
last modified time | relevance | path

Searched refs:frameList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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.front(); in OnDecOutputDataAvailable()
[all …]
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h59 std::vector<DfxFrame> frameList; member
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp132 std::vector<DfxFrame> frames = taf.frameList; in GetFullStack()
H A Dthread_sampler.cpp385 taf.frameList = frames; in ProcessStackBuffer()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2614 std::vector<sptr<FrameRecord>> frameList = recorderBufferQueue_.GetAllElements(); in DrainOutImage() local
2615 if (!frameList.empty()) { in DrainOutImage()
2616 frameList.back()->SetCoverFrame(); in DrainOutImage()
2619 for (const auto& frame : frameList) { in DrainOutImage()