Lines Matching refs:FLACParseContext
68 int offset; /**< byte offset from start of FLACParseContext->buffer */
83 typedef struct FLACParseContext {
101 } FLACParseContext;
162 static uint8_t *flac_fifo_read_wrap(FLACParseContext *fpc, int offset, int len,
314 static int find_headers_search_validate(FLACParseContext *fpc, int offset)
351 static int find_headers_search(FLACParseContext *fpc, uint8_t *buf,
378 static int find_new_headers(FLACParseContext *fpc, int search_start)
422 static int check_header_fi_mismatch(FLACParseContext *fpc,
452 static int check_header_mismatch(FLACParseContext *fpc,
560 static int score_header(FLACParseContext *fpc, FLACHeaderMarker *header)
600 static void score_sequences(FLACParseContext *fpc)
617 static int get_best_header(FLACParseContext *fpc, const uint8_t **poutbuf,
661 FLACParseContext *fpc = s->priv_data;
857 FLACParseContext *fpc = c->priv_data;
874 FLACParseContext *fpc = c->priv_data;
889 .priv_data_size = sizeof(FLACParseContext),