/third_party/ffmpeg/libavcodec/ |
D | dfa.c | 68 const uint8_t *frame_end = frame + width * height; in decode_tsw1() local 76 if (segments == 0 && offset == frame_end - frame) in decode_tsw1() 78 if (frame_end - frame <= offset) in decode_tsw1() 88 if (frame_end - frame < 2) in decode_tsw1() 94 if (frame - frame_start < offset || frame_end - frame < count) in decode_tsw1() 111 const uint8_t *frame_end = frame + width * height; in decode_dsw1() local 123 if (frame_end - frame < 2) in decode_dsw1() 129 if (frame - frame_start < offset || frame_end - frame < count) in decode_dsw1() 148 const uint8_t *frame_end = frame + width * height; in decode_dds1() local 167 if (frame - frame_start < offset || frame_end - frame < count*2 + width) in decode_dds1() [all …]
|
D | bmvvideo.c | 61 uint8_t *frame_end = frame + SCREEN_WIDE * SCREEN_HIGH; in decode_bmv_frame() local 76 dst_end = frame_end; in decode_bmv_frame() 79 dst = frame_end - 1; in decode_bmv_frame() 150 frame_end - dst < frame_off + len || in decode_bmv_frame() 151 frame_end - dst < len) in decode_bmv_frame() 160 frame_end - dst < frame_off + len || in decode_bmv_frame() 161 frame_end - dst < len) in decode_bmv_frame()
|
D | bethsoftvideo.c | 76 uint8_t * frame_end; in bethsoftvid_decode_frame() local 96 frame_end = vid->frame->data[0] + vid->frame->linesize[0] * avctx->height; in bethsoftvid_decode_frame() 132 if(dst == frame_end) in bethsoftvid_decode_frame()
|
D | bfi.c | 59 uint8_t *frame_end = bfi->dst + avctx->width * avctx->height; in bfi_decode_frame() local 97 while (dst != frame_end) { in bfi_decode_frame() 125 if (dst + (length << lentab[code]) > frame_end) in bfi_decode_frame()
|
D | h263dec.c | 638 goto frame_end; in ff_h263_decode_frame() 673 frame_end: in ff_h263_decode_frame()
|
D | flacenc.c | 1251 int32_t *frame_end = &sub->residual[s->frame.blocksize]; in write_subframes() local 1264 while (res < frame_end) in write_subframes() 1295 part_end = FFMIN(frame_end, part_end + psize); in write_subframes()
|
D | mpegvideo_enc.c | 1716 static void frame_end(MpegEncContext *s) in frame_end() function 1931 frame_end(s); in ff_mpv_encode_picture()
|
/third_party/ffmpeg/libavfilter/ |
D | avf_aphasemeter.c | 59 int64_t frame_end; member 185 s->mono_idx[1] = s->frame_end; in update_mono_detection() 194 s->mono_idx[1] = insamples ? insamples->pts : s->frame_end; in update_mono_detection() 216 s->out_phase_idx[1] = s->frame_end; in update_out_phase_detection() 225 s->out_phase_idx[1] = insamples ? insamples->pts : s->frame_end; in update_out_phase_detection() 317 s->frame_end = in->pts + av_rescale_q(in->nb_samples, in filter_frame()
|
D | af_silencedetect.c | 44 …int64_t frame_end; ///< pts of the end of the current frame (used to compute duration of … member 101 : s->frame_end; in update() 189 s->frame_end = insamples->pts + av_rescale_q(insamples->nb_samples, in filter_frame()
|
/third_party/ffmpeg/libavformat/ |
D | microdvddec.c | 70 int frame_start, frame_end; in get_duration() local 72 if (sscanf(buf, "{%d}{%d}", &frame_start, &frame_end) == 2) in get_duration() 73 return frame_end - (int64_t)frame_start; in get_duration()
|
D | gifdec.c | 269 int64_t frame_start = avio_tell(pb), frame_end; in gif_read_packet() local 333 frame_end = avio_tell(pb); in gif_read_packet() 338 ret = av_get_packet(pb, pkt, frame_end - frame_start); in gif_read_packet()
|
/third_party/python/Lib/test/ |
D | pickletester.py | 2507 frame_end = frameless_start = None 2511 if frame_end is not None: 2512 self.assertLessEqual(pos, frame_end) 2513 if pos == frame_end: 2514 frame_end = None 2516 if frame_end is not None: # framed 2538 frame_end = pos + 9 + arg 2541 if frame_end is not None: 2542 self.assertEqual(frame_end, pos)
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | CaptureAndReplay.md | 132 $ adb shell setprop debug.angle.capture.frame_end 200
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 2056 goto frame_end; in lws_h2_parser() 2101 goto frame_end; in lws_h2_parser() 2411 frame_end: in lws_h2_parser()
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | README.md | 137 adb shell setprop debug.angle.capture.frame_end '""'
|
/third_party/glib/glib/pcre/ |
D | pcre_jit_compile.c | 377 frame_end = 0, enumerator 959 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, frame_end); in init_frame() 2422 jump = CMP(SLJIT_C_SIG_LESS_EQUAL, TMP2, 0, SLJIT_IMM, frame_end); in do_revertframes() 2430 jump = CMP(SLJIT_C_NOT_EQUAL, TMP2, 0, SLJIT_IMM, frame_end); in do_revertframes()
|