Home
last modified time | relevance | path

Searched refs:frame_start (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dgifdec.c270 int64_t frame_start = avio_tell(pb), frame_end; in gif_read_packet() local
336 if (avio_seek(pb, frame_start, SEEK_SET) != frame_start) in gif_read_packet()
339 ret = av_get_packet(pb, pkt, frame_end - frame_start); in gif_read_packet()
362 avio_seek(pb, frame_start, SEEK_SET); in gif_read_packet()
365 frame_start = avio_tell(pb) - 6; in gif_read_packet()
H A Dmicrodvddec.c70 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()
/third_party/ffmpeg/libavcodec/
H A Ddfa.c68 const uint8_t *frame_start = frame; in decode_tsw1() local
95 if (frame - frame_start < offset || frame_end - frame < count) in decode_tsw1()
111 const uint8_t *frame_start = frame; in decode_dsw1() local
130 if (frame - frame_start < offset || frame_end - frame < count) in decode_dsw1()
148 const uint8_t *frame_start = frame; in decode_dds1() local
168 if (frame - frame_start < offset || frame_end - frame < count*2 + width) in decode_dds1()
H A Dcavsdec.c1244 int frame_start = 0; in cavs_decode_frame() local
1278 if (frame_start > 1) in cavs_decode_frame()
1280 frame_start ++; in cavs_decode_frame()
H A Dmpegvideo_enc.c1593 static int frame_start(MpegEncContext *s) in frame_start() function
1714 ret = frame_start(s); in ff_mpv_encode_picture()
1750 s->mb_skipped = 0; // done in frame_start() in ff_mpv_encode_picture()
/third_party/ffmpeg/libavutil/
H A Dtimecode.h158 * @param frame_start the first frame number
161 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx);
H A Dtimecode.c221 int av_timecode_init(AVTimecode *tc, AVRational rate, int flags, int frame_start, void *log_ctx) in av_timecode_init() argument
224 tc->start = frame_start; in av_timecode_init()
/third_party/python/Modules/
H A D_pickle.c650 Py_ssize_t frame_start; /* Position in output_buffer where the member
959 self->frame_start = -1; in _Pickler_ClearBuffer()
984 if (!self->framing || self->frame_start == -1) in _Pickler_CommitFrame()
986 frame_len = self->output_len - self->frame_start - FRAME_HEADER_SIZE; in _Pickler_CommitFrame()
987 qdata = PyBytes_AS_STRING(self->output_buffer) + self->frame_start; in _Pickler_CommitFrame()
996 self->frame_start = -1; in _Pickler_CommitFrame()
1039 if (!self->framing || self->frame_start == -1) { in _Pickler_OpcodeBoundary()
1042 frame_len = self->output_len - self->frame_start - FRAME_HEADER_SIZE; in _Pickler_OpcodeBoundary()
1074 need_new_frame = (self->framing && self->frame_start == -1); in _Pickler_Write()
1095 Py_ssize_t frame_start in _Pickler_Write() local
[all...]
/third_party/ffmpeg/libswscale/
H A Dswscale.c886 const int frame_start = scale_dst || !c->sliceDir; in scale_internal() local
949 if (frame_start && !scale_dst) { in scale_internal()

Completed in 26 milliseconds