Searched refs:frame_descriptor (Results 1 – 1 of 1) sorted by relevance
39 RtpGenericFrameDescriptor frame_descriptor; in RtpDescriptorAuthentication() local40 frame_descriptor.SetFirstPacketInSubFrame(true); in RtpDescriptorAuthentication()41 frame_descriptor.SetLastPacketInSubFrame(false); in RtpDescriptorAuthentication()42 frame_descriptor.SetTemporalLayer(descriptor.temporal_index); in RtpDescriptorAuthentication()43 frame_descriptor.SetSpatialLayersBitmask(1 << descriptor.spatial_index); in RtpDescriptorAuthentication()44 frame_descriptor.SetFrameId(descriptor.frame_id & 0xFFFF); in RtpDescriptorAuthentication()46 frame_descriptor.AddFrameDependencyDiff(descriptor.frame_id - dependency); in RtpDescriptorAuthentication()49 frame_descriptor.SetResolution(rtp_video_header.width, in RtpDescriptorAuthentication()53 RtpGenericFrameDescriptorExtension00::ValueSize(frame_descriptor)); in RtpDescriptorAuthentication()54 RtpGenericFrameDescriptorExtension00::Write(result, frame_descriptor); in RtpDescriptorAuthentication()