Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddfa.c67 const uint8_t *frame_start = frame; in decode_tsw1() local
110 const uint8_t *frame_start = frame; in decode_dsw1() local
147 const uint8_t *frame_start = frame; in decode_dds1() local
Dcavsdec.c1236 int frame_start = 0; in cavs_decode_frame() local
Dmpegvideo_enc.c1787 static int frame_start(MpegEncContext *s) in frame_start() function
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstirtspparse.c179 const guint8 *frame_start; in gst_irtsp_parse_handle_frame() local
/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/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp8depay.c294 gboolean frame_start; in gst_rtp_vp8_depay_process() local
/third_party/ffmpeg/libavutil/
Dtimecode.c219 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx) in av_timecode_init()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.h143 gboolean frame_start; member
/third_party/python/Modules/
D_pickle.c639 Py_ssize_t frame_start; /* Position in output_buffer where the member
1084 Py_ssize_t frame_start = self->output_len; in _Pickler_Write() local