Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibx265.c60 static int is_keyframe(NalUnitType naltype) in is_keyframe() argument
62 switch (naltype) { in is_keyframe()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c455 GstH265NalUnitType naltype, GstH265NalUnit * nalu) in gst_h265_parser_store_nal() argument
460 if (naltype == GST_H265_NAL_VPS) { in gst_h265_parser_store_nal()
464 } else if (naltype == GST_H265_NAL_SPS) { in gst_h265_parser_store_nal()
468 } else if (naltype == GST_H265_NAL_PPS) { in gst_h265_parser_store_nal()
484 if (naltype >= GST_H265_NAL_VPS && naltype <= GST_H265_NAL_PPS) in gst_h265_parser_store_nal()
Dgsth264parse.c519 GstH264NalUnitType naltype, GstH264NalUnit * nalu) in gst_h264_parser_store_nal() argument
524 if (naltype == GST_H264_NAL_SPS || naltype == GST_H264_NAL_SUBSET_SPS) { in gst_h264_parser_store_nal()
528 } else if (naltype == GST_H264_NAL_PPS) { in gst_h264_parser_store_nal()
544 if (naltype == GST_H264_NAL_SPS || naltype == GST_H264_NAL_PPS) in gst_h264_parser_store_nal()