Home
last modified time | relevance | path

Searched refs:RANGE_OPEN (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c48 RANGE_OPEN, enumerator
378 if (!end_date) ctx->range_type = RANGE_OPEN; in reframer_load_range()
446 ctx->range_type = RANGE_OPEN; in reframer_load_range()
744 if ((ctx->range_type!=RANGE_OPEN) && (frame_idx>=ctx->end_frame_idx_plus_one)) { in reframer_check_pck_range()
758 …if ((ctx->range_type!=RANGE_OPEN) && ((s64) ((ts+dur) * ctx->cur_end.den) >= ctx->cur_end.num * st… in reframer_check_pck_range()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c48 RANGE_OPEN, enumerator
378 if (!end_date) ctx->range_type = RANGE_OPEN; in reframer_load_range()
446 ctx->range_type = RANGE_OPEN; in reframer_load_range()
744 if ((ctx->range_type!=RANGE_OPEN) && (frame_idx>=ctx->end_frame_idx_plus_one)) { in reframer_check_pck_range()
758 …if ((ctx->range_type!=RANGE_OPEN) && ((s64) ((ts+dur) * ctx->cur_end.den) >= ctx->cur_end.num * st… in reframer_check_pck_range()
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynCommons.pas37378 RANGE_OPEN = '[';
37405 RANGE_OPEN: begin
37511 if (Pattern[P] = Text[T]) or (Pattern[P] = RANGE_OPEN) then begin