Searched refs:readfull (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rmdec.c | 876 static int readfull(AVFormatContext *s, AVIOContext *pb, uint8_t *dst, int n) { in readfull() function 918 readfull(s, pb, ast->pkt.data+x*2*w+y*cfs, cfs); in ff_rm_parse_packet() 922 readfull(s, pb, ast->pkt.data+sps*(h*x+((h+1)/2)*(y&1)+(y>>1)), sps); in ff_rm_parse_packet() 925 readfull(s, pb, ast->pkt.data + y * w, w); in ff_rm_parse_packet()
|
Completed in 3 milliseconds