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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmimic.c309 int is_pframe; local
325 is_pframe = bytestream_get_le32(&buf);
351 if(is_pframe && !ctx->buf_ptrs[ctx->prev_index].data[0]) {
357 ctx->buf_ptrs[ctx->cur_index].pict_type = is_pframe ? AV_PICTURE_TYPE_P:AV_PICTURE_TYPE_I;
381 res = decode(ctx, quality, num_coeffs, !is_pframe);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmimic.c364 int is_pframe; local
380 is_pframe = bytestream2_get_le32u(&gb);
406 if (is_pframe && !ctx->frames[ctx->prev_index].f->data[0]) {
412 ctx->frames[ctx->cur_index].f->pict_type = is_pframe ? AV_PICTURE_TYPE_P :
435 res = decode(ctx, quality, num_coeffs, !is_pframe);

Completed in 59 milliseconds