Home
last modified time | relevance | path

Searched refs:h264_is_keyframe (Results 1 – 3 of 3) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/modules/avcodec/
H A Ddecode.c296 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()
/dports/audio/baresip/baresip-0.5.8/modules/v4l2_codec/
H A Dv4l2_codec.c339 keyframe = h264_is_keyframe(hdr.type); in read_handler()
/dports/audio/baresip/baresip-0.5.8/include/
H A Dbaresip.h1152 static inline bool h264_is_keyframe(int type) in h264_is_keyframe() function