Searched refs:key_frame (Results 1 – 4 of 4) sorted by relevance
70 const bool key_frame = (pkt->data.frame.flags & VPX_FRAME_IS_KEY) in FramePktHook() local72 if (!key_frame) { in FramePktHook()
107 const int key_frame = !(bits & 1); in VP8GetInfo() local111 if (!key_frame) { // Not a keyframe. in VP8GetInfo()
214 if(c->coded_frame->key_frame) in write_video_frame()
1381 int key_frame; in allocate_gf_group_bits() local1390 key_frame = cpi->common.frame_type == KEY_FRAME || in allocate_gf_group_bits()1397 if (!key_frame) { in allocate_gf_group_bits()1419 if (rc->source_alt_ref_pending || !key_frame) in allocate_gf_group_bits()