Home
last modified time | relevance | path

Searched refs:start_frame_idx_plus_one (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c127 u64 start_frame_idx_plus_one, end_frame_idx_plus_one; member
338 u64 prev_frame = ctx->start_frame_idx_plus_one; in reframer_load_range()
356 ctx->start_frame_idx_plus_one = 0; in reframer_load_range()
389 if (ctx->start_frame_idx_plus_one) { in reframer_load_range()
391 if (ctx->start_frame_idx_plus_one > prev_frame) in reframer_load_range()
738 if (ctx->start_frame_idx_plus_one) { in reframer_check_pck_range()
740 if (frame_idx<ctx->start_frame_idx_plus_one) { in reframer_check_pck_range()
1243 if (ctx->start_frame_idx_plus_one) { in reframer_process()
1244 s64 diff_prev = ctx->start_frame_idx_plus_one-1; in reframer_process()
1245 s64 diff_cur = ctx->start_frame_idx_plus_one-1; in reframer_process()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c127 u64 start_frame_idx_plus_one, end_frame_idx_plus_one; member
338 u64 prev_frame = ctx->start_frame_idx_plus_one; in reframer_load_range()
356 ctx->start_frame_idx_plus_one = 0; in reframer_load_range()
389 if (ctx->start_frame_idx_plus_one) { in reframer_load_range()
391 if (ctx->start_frame_idx_plus_one > prev_frame) in reframer_load_range()
738 if (ctx->start_frame_idx_plus_one) { in reframer_check_pck_range()
740 if (frame_idx<ctx->start_frame_idx_plus_one) { in reframer_check_pck_range()
1243 if (ctx->start_frame_idx_plus_one) { in reframer_process()
1244 s64 diff_prev = ctx->start_frame_idx_plus_one-1; in reframer_process()
1245 s64 diff_cur = ctx->start_frame_idx_plus_one-1; in reframer_process()
[all …]