Home
last modified time | relevance | path

Searched refs:box_types (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmovtextdec.c312 static const Box box_types[] = { variable
319 const static size_t box_count = FF_ARRAY_ELEMS(box_types);
532 if (tsmb_type == box_types[i].type) { in mov_text_decode_frame()
533 if (m->tracksize + m->size_var + box_types[i].base_size > avpkt->size) in mov_text_decode_frame()
535 ret_tsmb = box_types[i].decode(tsmb, m, avpkt); in mov_text_decode_frame()
Dmovtextenc.c160 static const Box box_types[] = { variable
166 const static size_t box_count = FF_ARRAY_ELEMS(box_types);
679 box_types[j].encode(s); in mov_text_encode_frame()