Home
last modified time | relevance | path

Searched refs:decoded_key_frame (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.h50 int decoded_key_frame; member
Dvp9_decoder.c148 pbi->decoded_key_frame = 0; in vp9_create_decompressor()
Dvp9_decodeframe.c1272 if (!pbi->decoded_key_frame && !keyframe) in vp9_decode_frame()
1320 if (!pbi->decoded_key_frame) { in vp9_decode_frame()
1322 pbi->decoded_key_frame = 1; in vp9_decode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h125 int decoded_key_frame; member
Ddecodeframe.c954 if (pbi->decoded_key_frame && pbi->ec_enabled && !pbi->ec_active) in init_frame()
1070 if ((!pbi->decoded_key_frame && pc->frame_type != KEY_FRAME)) in vp8_decode_frame()
1360 if (!pbi->decoded_key_frame) in vp8_decode_frame()
1364 pbi->decoded_key_frame = 1; in vp8_decode_frame()
Donyxd_if.c97 pbi->decoded_key_frame = 0; in create_decompressor()