Searched refs:ff_isom_parse_dvcc_dvvc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | dovi_isom.h | 31 int ff_isom_parse_dvcc_dvvc(AVFormatContext *s, AVStream *st, const uint8_t *buf_ptr, uint64_t size);
|
H A D | dovi_isom.c | 31 int ff_isom_parse_dvcc_dvvc(AVFormatContext *s, AVStream *st, const uint8_t *buf_ptr, uint64_t size) in ff_isom_parse_dvcc_dvvc() function
|
H A D | matroskadec.c | 2375 return ff_isom_parse_dvcc_dvvc(s, st, bin->data, bin->size); in mkv_parse_dvcc_dvvc()
|
H A D | mov.c | 7564 return ff_isom_parse_dvcc_dvvc(c->fc, st, buf, read_size);
|
Completed in 16 milliseconds