Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8cx_set_ref.c81 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local
89 printf(keyframe ? "K" : "."); in encode_frame()
Dsimple_encoder.c135 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local
143 printf(keyframe ? "K" : "."); in encode_frame()
Dtwopass_encoder.c110 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local
116 printf(keyframe ? "K" : "."); in encode_frame()
Dset_maps.c140 const int keyframe = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) != 0; in encode_frame() local
148 printf(keyframe ? "K" : "."); in encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG128 Also, the vpxenc application will now use a keyframe interval of
154 Improved keyframe sizing with multiple temporal layers
195 scalability case and in some forced keyframe scenarios.
309 Limit size of initial keyframe in one-pass.
394 Fix counter of fixed keyframe distance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1260 const int keyframe = cm->frame_type == KEY_FRAME; in vp9_decode_frame() local
1272 if (!pbi->decoded_key_frame && !keyframe) in vp9_decode_frame()
1321 if (keyframe && !new_fb->corrupted) in vp9_decode_frame()