Searched refs:h264_is_keyframe (Results 1 – 3 of 3) sorted by relevance
296 h264_is_keyframe(h264_hdr.type) ? "<KEY>" : " ", in decode_h264()315 if (h264_is_keyframe(h264_hdr.type)) in decode_h264()348 if (h264_is_keyframe(fu.type)) in decode_h264()
339 keyframe = h264_is_keyframe(hdr.type); in read_handler()
1152 static inline bool h264_is_keyframe(int type) in h264_is_keyframe() function