Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmimic.c350 int is_pframe; in mimic_decode_frame() local
366 is_pframe = bytestream2_get_le32u(&gb); in mimic_decode_frame()
394 if (is_pframe && !ctx->frames[ctx->prev_index].f->data[0]) { in mimic_decode_frame()
400 ctx->frames[ctx->cur_index].f->pict_type = is_pframe ? AV_PICTURE_TYPE_P : in mimic_decode_frame()
420 res = decode(ctx, quality, num_coeffs, !is_pframe); in mimic_decode_frame()
/third_party/ffmpeg/libavfilter/
H A Dvf_codecview.c284 const int is_pframe = (s->frame_type & FRAME_TYPE_P) && frame->pict_type == AV_PICTURE_TYPE_P; in filter_frame() local
297 is_pframe && is_fp || in filter_frame()

Completed in 2 milliseconds