Searched refs:chunk_results (Results 1 – 3 of 3) sorted by relevance
34 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()
73 int *chunk_results; /* Results from threaded operations */ member
377 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()