Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_video_generic.h29 RtpPacketizerGeneric(FrameType frametype, size_t max_payload_len);
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c967 atheros_set_wps_ie(void *priv, const u8 *ie, size_t len, u32 frametype) in atheros_set_wps_ie() argument
974 (unsigned long) len, frametype); in atheros_set_wps_ie()
978 beac_ie->app_frmtype = frametype; in atheros_set_wps_ie()
983 if (((frametype == IEEE80211_APPIE_FRAME_BEACON) || in atheros_set_wps_ie()
984 (frametype == IEEE80211_APPIE_FRAME_PROBE_RESP)) && in atheros_set_wps_ie()
/external/webrtc/webrtc/modules/video_coding/
Djitter_buffer_unittest.cc1385 webrtc::FrameType frametype = kVideoFrameDelta; in TEST_F() local
1388 packet_->frameType = frametype; in TEST_F()
1432 EXPECT_EQ(frametype, frame_out->FrameType()); in TEST_F()