Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflac_parser.c76 typedef struct FLACParseContext { struct
94 } FLACParseContext; argument
117 static uint8_t *flac_fifo_read_wrap(FLACParseContext *fpc, int offset, int len, in flac_fifo_read_wrap()
157 static uint8_t *flac_fifo_read(FLACParseContext *fpc, int offset, int *len) in flac_fifo_read()
168 static int find_headers_search_validate(FLACParseContext *fpc, int offset) in find_headers_search_validate()
205 static int find_headers_search(FLACParseContext *fpc, uint8_t *buf, in find_headers_search()
232 static int find_new_headers(FLACParseContext *fpc, int search_start) in find_new_headers()
276 static int check_header_fi_mismatch(FLACParseContext *fpc, in check_header_fi_mismatch()
306 static int check_header_mismatch(FLACParseContext *fpc, in check_header_mismatch()
414 static int score_header(FLACParseContext *fpc, FLACHeaderMarker *header) in score_header()
[all …]