Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhap.c34 ret = av_reallocp_array(&ctx->chunk_results, count, sizeof(int)); in ff_hap_set_chunk_count()
54 av_freep(&ctx->chunk_results); in ff_hap_free_context()
Dhap.h73 int *chunk_results; /* Results from threaded operations */ member
Dhapdec.c377 ctx->chunk_results, ctx->chunk_count); in hap_decode()
380 if (ctx->chunk_results[i] < 0) in hap_decode()
381 return ctx->chunk_results[i]; in hap_decode()