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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmimic.c47 AVFrame buf_ptrs [16]; member in struct:__anon1948
139 memcpy(dst->buf_ptrs, src->buf_ptrs, sizeof(src->buf_ptrs));
142 memset(&dst->buf_ptrs[dst->cur_index], 0, sizeof(AVFrame));
263 ff_thread_await_progress(&ctx->buf_ptrs[index], cur_row, 0);
273 ff_thread_await_progress(&ctx->buf_ptrs[ctx->prev_index], cur_row, 0);
282 ff_thread_report_progress(&ctx->buf_ptrs[ctx->cur_index], cur_row++, 0);
351 if(is_pframe && !ctx->buf_ptrs[ctx->prev_index].data[0]) {
356 ctx->buf_ptrs[ct
[all...]

Completed in 107 milliseconds