Home
last modified time | relevance | path

Searched defs:frame_it (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/webrtc/api/video/
H A Dframe_buffer.cc193 void FrameBuffer::PropagateContinuity(const FrameIterator& frame_it) { in PropagateContinuity()
224 for (auto frame_it = frames_.begin(); frame_it != frames_.end();) { in FindNextAndLastDecodableTemporalUnit() local
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Drtp_frame_reference_finder_unittest.cc76 auto frame_it = frames_from_callback_.find(std::make_pair(pid, sidx)); in OnCompleteFrames() local
117 auto frame_it = frames_from_callback_.find(std::make_pair(pid, sidx)); in CheckReferences() local
H A Drtp_seq_num_only_ref_finder.cc108 for (auto frame_it = stashed_frames_.begin(); in RetryStashedFrames() local
H A Dframe_buffer2.cc144 for (auto frame_it = frames_.begin(); in FindNextFrame() local
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampling_profiler_test_util.cc363 auto frame_it = stack.begin(); in ExpectStackContains() local
384 auto frame_it = stack.begin(); in ExpectStackContainsNames() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_packet_utils.h64 for (auto frame_it = entry.frame_ids(); frame_it; ++frame_it) in MakeSourceCallstack() local
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping.cc47 auto frame_it = frame_cache_.find(loc.pc); in RecordMalloc() local
/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dinterning_output.cc161 for (auto frame_it = built_callstack.crbegin(); in WriteCallstack() local
/aosp_15_r20/external/google-breakpad/src/common/
H A Dmodule.cc473 for (auto frame_it = stack_frame_entries_.begin(); in Write() local
/aosp_15_r20/external/webrtc/test/pc/e2e/analyzer/video/
H A Ddefault_video_quality_analyzer.cc482 auto frame_it = captured_frames_in_flight_.find(frame.id()); in OnFrameRendered() local
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_encoder.cc489 auto frame_it = layer_frames_.begin(); in SetActiveSpatialLayers() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_framer_test.cc2857 SpdyFramer::SpdyHeaderFrameIterator frame_it(&framer, std::move(headers)); in TEST_P() local
2925 SpdyFramer::SpdyPushPromiseFrameIterator frame_it(&framer, in TEST_P() local