Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflac_parser.c68 int offset; /**< byte offset from start of FLACParseContext->buffer */
83 typedef struct FLACParseContext { struct
101 } FLACParseContext; typedef
162 static uint8_t *flac_fifo_read_wrap(FLACParseContext *fpc, int offset, int len, in flac_fifo_read_wrap()
314 static int find_headers_search_validate(FLACParseContext *fpc, int offset) in find_headers_search_validate()
351 static int find_headers_search(FLACParseContext *fpc, uint8_t *buf, in find_headers_search()
378 static int find_new_headers(FLACParseContext *fpc, int search_start) in find_new_headers()
422 static int check_header_fi_mismatch(FLACParseContext *fpc, in check_header_fi_mismatch()
452 static int check_header_mismatch(FLACParseContext *fpc, in check_header_mismatch()
560 static int score_header(FLACParseContext *fp
[all...]

Completed in 3 milliseconds