Home
last modified time | relevance | path

Searched refs:starting_line (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dflicvideo.c178 int starting_line; in flic_decode_frame_8BPP() local
331 starting_line = bytestream2_get_le16(&g2); in flic_decode_frame_8BPP()
332 if (starting_line >= s->avctx->height) in flic_decode_frame_8BPP()
335 y_ptr += starting_line * s->frame->linesize[0]; in flic_decode_frame_8BPP()
/third_party/ffmpeg/libavformat/
H A Dgxfenc.c183 int size, starting_line; in gxf_write_mpeg_auxiliary() local
200 starting_line = 7; // VBI in gxf_write_mpeg_auxiliary()
202 starting_line = 20; in gxf_write_mpeg_auxiliary()
204 starting_line = 23; // default PAL in gxf_write_mpeg_auxiliary()
210 starting_line, (st->codecpar->height + 15) / 16); in gxf_write_mpeg_auxiliary()

Completed in 3 milliseconds