Home
last modified time | relevance | path

Searched refs:ff_mms_read_data (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmms.h61 int ff_mms_read_data(MMSContext *mms, uint8_t *buf, const int size);
Dmms.c44 int ff_mms_read_data(MMSContext *mms, uint8_t *buf, const int size) in ff_mms_read_data() function
Dmmst.c605 result = ff_mms_read_data(mms, buf, size); in mms_read()
617 result = ff_mms_read_data(mms, buf, size); in mms_read()
Dmmsh.c368 res = ff_mms_read_data(mms, buf, size); in mmsh_read()