Home
last modified time | relevance | path

Searched defs:frame_end (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddfa.c68 const uint8_t *frame_end = frame + width * height; in decode_tsw1() local
111 const uint8_t *frame_end = frame + width * height; in decode_dsw1() local
148 const uint8_t *frame_end = frame + width * height; in decode_dds1() local
240 const uint8_t *frame_end = frame + width * height; in decode_wdlt() local
301 const uint8_t *frame_end = frame + width * height; in decode_tdlt() local
Dbethsoftvideo.c76 uint8_t * frame_end; in bethsoftvid_decode_frame() local
Dbfi.c59 uint8_t *frame_end = bfi->dst + avctx->width * avctx->height; in bfi_decode_frame() local
Dbmvvideo.c61 uint8_t *frame_end = frame + SCREEN_WIDE * SCREEN_HIGH; in decode_bmv_frame() local
Dflacenc.c1251 int32_t *frame_end = &sub->residual[s->frame.blocksize]; in write_subframes() local
Dmpegvideo_enc.c1716 static void frame_end(MpegEncContext *s) in frame_end() function
/third_party/ffmpeg/libavformat/
Dmicrodvddec.c70 int frame_start, frame_end; in get_duration() local
Dgifdec.c269 int64_t frame_start = avio_tell(pb), frame_end; in gif_read_packet() local
/third_party/ffmpeg/libavfilter/
Daf_silencedetect.c44 …int64_t frame_end; ///< pts of the end of the current frame (used to compute duration of … member
Davf_aphasemeter.c59 int64_t frame_end; member