HomeSort by relevance Sort by last modified time
    Searched full:num_frames_read (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.cc 52 int num_frames_read = 0; local
58 num_frames_read++;
59 if ((num_frames_read < first_frame_to_process) ||
60 (last_frame_to_process < num_frames_read)) {

Completed in 139 milliseconds