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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp1260 int TestFrame(uint64 track_num, uint64 timestamp_ns, bool key) const;
H A Dmkvmuxer.cpp2822 int Segment::TestFrame(uint64 track_number, function in class:mkvmuxer::Segment
2976 const int result = TestFrame(track_number, frame_timestamp_ns, is_key);
2980 // Always set force_new_cluster_ to false after TestFrame.
2992 // Write the current frame to the current cluster (if TestFrame
2993 // returns 0) or to a newly created cluster (TestFrame returns 1).
2997 // TestFrame returned 2, which means there was a large time

Completed in 46 milliseconds