Searched refs:frames_to_skip (Results 1 – 6 of 6) sorted by relevance
76 int frames_to_skip = source_frame_offset; in InternalRead() local88 if (frames_to_skip > 0) { in InternalRead()91 int skipped = std::min(remaining_frames_in_buffer, frames_to_skip); in InternalRead()93 frames_to_skip -= skipped; in InternalRead()
183 const int frames_to_skip = -frames_to_fill; in AddInput() local184 if (input->frame_count() <= frames_to_skip) { in AddInput()194 AccurateTrimStart(frames_to_skip, input, output_timestamp_helper_); in AddInput()
104 uint32_t frames_to_skip; member156 app_input->frames_to_skip = default_frames_to_skip; in parse_command_line()176 app_input->frames_to_skip = arg_parse_uint(&arg); in parse_command_line()277 app_input->frames_to_skip, svc_ctx->encoding_mode, in parse_command_line()335 for (i = 0; i < app_input.frames_to_skip; ++i) in main()
62 IN ULONG frames_to_skip,