Home
last modified time | relevance | path

Searched defs:AddFrame (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dframerate_controller.cc69 void FramerateController::AddFrame(uint32_t timestamp_ms) { in AddFrame() function in webrtc::FramerateController
/external/webrtc/common_video/
Dvideo_render_frames.cc51 int32_t VideoRenderFrames::AddFrame(VideoFrame&& new_frame) { in AddFrame() function in webrtc::VideoRenderFrames
/external/webp/tests/fuzzer/
Danimencoder_fuzzer.cc28 int AddFrame(WebPAnimEncoder** const enc, in AddFrame() function
/external/libwebm/common/
Dvp9_level_stats.cc36 void Vp9LevelStats::AddFrame(const Vp9HeaderParser& parser, int64_t time_ns) { in AddFrame() function in vp9_parser::Vp9LevelStats
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc37 void VideoCodecTestStatsImpl::AddFrame(const FrameStatistics& frame_stat) { in AddFrame() function in webrtc::test::VideoCodecTestStatsImpl
/external/perfetto/src/trace_processor/importers/proto/
Dstack_profile_tracker.cc134 base::Optional<FrameId> SequenceStackProfileTracker::AddFrame( in AddFrame() function in perfetto::trace_processor::SequenceStackProfileTracker
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2492 bool Cluster::AddFrame(const Frame* const frame) { in AddFrame() function in mkvmuxer::Cluster
2496 bool Cluster::AddFrame(const uint8_t* data, uint64_t length, in AddFrame() function in mkvmuxer::Cluster
3447 bool Segment::AddFrame(const uint8_t* data, uint64_t length, in AddFrame() function in mkvmuxer::Segment
/external/libwebm/mkvmuxer/
Dmkvmuxer.cc2492 bool Cluster::AddFrame(const Frame* const frame) { in AddFrame() function in mkvmuxer::Cluster
2496 bool Cluster::AddFrame(const uint8_t* data, uint64_t length, in AddFrame() function in mkvmuxer::Cluster
3448 bool Segment::AddFrame(const uint8_t* data, uint64_t length, in AddFrame() function in mkvmuxer::Segment
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2492 bool Cluster::AddFrame(const Frame* const frame) { in AddFrame() function in mkvmuxer::Cluster
2496 bool Cluster::AddFrame(const uint8_t* data, uint64_t length, in AddFrame() function in mkvmuxer::Cluster
3447 bool Segment::AddFrame(const uint8_t* data, uint64_t length, in AddFrame() function in mkvmuxer::Segment
/external/webp/src/demux/
Ddemux.c185 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) { in AddFrame() function