Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_video/
Dvideo_render_frames.cc29 int32_t VideoRenderFrames::AddFrame(const VideoFrame& new_frame) { in AddFrame() function in webrtc::VideoRenderFrames
/external/perfetto/src/trace_processor/
Dheap_profile_tracker.cc69 void HeapProfileTracker::AddFrame(ProfileIndex pidx, in AddFrame() function in perfetto::trace_processor::HeapProfileTracker
/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender_unittest.cc183 void AddFrame() { in AddFrame() function in webrtc::vcm::__anon6bfc03b10111::TestVideoSender
/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/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