HomeSort by relevance Sort by last modified time
    Searched full:keyidx (Results 1 - 23 of 23) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.cc 97 // T/K: | TID | KEYIDX | (OPTIONAL)
135 hdr_info_->keyIdx != kNoKeyIdx) {
194 // Verify that the T bit and the TL0PICIDX field, and the K bit and KEYIDX
196 // hdr_info_->temporalIdx and hdr_info_->keyIdx, respectively.
199 hdr_info_->keyIdx == kNoKeyIdx) {
213 if (hdr_info_->keyIdx != kNoKeyIdx) {
215 EXPECT_KEYIDX_EQ(buffer_[payload_start_], hdr_info_->keyIdx);
rtp_format_vp8_unittest.cc 38 // T/K: |TID:Y| KEYIDX | (OPTIONAL)
74 EXPECT_EQ(key_idx, type->Video.codecHeader.VP8.keyIdx);
88 hdr_info_.keyIdx = kNoKeyIdx;
350 // Verify KeyIdx field.
356 hdr_info_.keyIdx = 17;
379 // Verify TID field and KeyIdx field in combination.
386 hdr_info_.keyIdx = 5;
516 TEST_F(RtpDepacketizerVp8Test, KeyIdx) {
543 packet[5] = 0x40 | 0x20 | 0x11; // TID(1) + LayerSync(true) + KEYIDX(17).
576 input_header.keyIdx = 31
    [all...]
rtp_format_vp8.cc 76 vp8->keyIdx = (**data & 0x1F);
476 // T/K: |TID:Y| KEYIDX | (optional)
597 *data_field |= (hdr_info_.keyIdx & kKeyIdxField);
636 return (hdr_info_.keyIdx != kNoKeyIdx);
657 // T/K: |TID:Y| KEYIDX | (OPTIONAL)
696 parsed_payload->type.Video.codecHeader.VP8.keyIdx = kNoKeyIdx;
rtp_format_vp8.h 173 // Set the T and K bits in the x_field, and write TID, Y and KeyIdx to the
  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 43 int8_t keyIdx; // Negative value to skip keyIdx.
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 41 int8_t keyIdx; // Negative value to skip keyIdx.
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc 107 _codecSpecificInfo.codecSpecific.VP8.keyIdx = -1;
122 if (header->codecHeader.VP8.keyIdx != kNoKeyIdx) {
123 _codecSpecificInfo.codecSpecific.VP8.keyIdx =
124 header->codecHeader.VP8.keyIdx;
generic_encoder.cc 38 rtp->codecHeader.VP8.keyIdx = info->codecSpecific.VP8.keyIdx;
  /device/google/contexthub/firmware/inc/
appSec.h 30 typedef AppSecErr (*AppSecGetAesKeyCbk)(uint64_t keyIdx, void *keyBuf); // return APP_SEC_KEY_NOT_FOUND or APP_SEC_NO_ERROR
  /external/wpa_supplicant_8/wpa_supplicant/
todo.txt 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
13 driver_*.c to do the mapping for drivers that cannot handle non-zero keyidx
wpas_glue.c 223 * @keyidx: WEP key index (0..3)
228 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx,
242 keyidx, unicast, NULL, 0, key, keylen);
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 543 int keyidx; local
585 keyidx = WPA_GET_LE16(gtk_elem) & 0x03;
602 if (wpa_sm_set_key(sm, alg, broadcast_ether_addr, keyidx, 0,
618 u16 keyidx; local
651 keyidx = WPA_GET_LE16(igtk_elem);
655 if (wpa_sm_set_key(sm, WPA_ALG_IGTK, broadcast_ether_addr, keyidx, 0,
wpa.c 704 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
719 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
720 gd->keyidx, gd->tx, gd->gtk_len);
731 gd->keyidx, 1, key_rsc, gd->key_rsc_len,
740 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
744 "the driver (alg=%d keylen=%d keyidx=%d)",
745 gd->alg, gd->gtk_len, gd->keyidx);
763 * configured non-zero keyidx to be used for unicast. */
826 gd.keyidx = gtk[0] & 0x3;
867 u16 keyidx; local
2953 u16 keyidx; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 156 * @keyidx: Key index (0..3)
161 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
eapol_supp_sm.c 804 wpa_printf(MSG_DEBUG, "EAPOL: Setting dynamic WEP key: %s keyidx %d "
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 225 int keyidx, int encr, int force_version);
wpa_auth.c 2208 int wpa_ie_len, secure, keyidx, encr = 0; local
    [all...]
hostapd.c 215 "encryption keys (ifname=%s keyidx=%d)",
227 "(ifname=%s keyidx=%d)", ifname, i);
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 754 static int hostapd_config_read_wep(struct hostapd_wep_keys *wep, int keyidx,
759 if (keyidx < 0 || keyidx > 3 || wep->key[keyidx] != NULL)
766 wep->key[keyidx] = os_malloc(len);
767 if (wep->key[keyidx] == NULL)
769 os_memcpy(wep->key[keyidx], val + 1, len);
770 wep->len[keyidx] = len;
775 wep->key[keyidx] = os_malloc(len);
776 if (wep->key[keyidx] == NULL
    [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 54 keyIdx = kNoKeyIdx;
67 int keyIdx; // 5 bits; kNoKeyIdx means not used.
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 407 int keyidx = mTrackCursor.getColumnIndexOrThrow(MediaStore.Audio.Media.ARTIST_ID); local
410 String artist = mTrackCursor.getString(keyidx);
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]

Completed in 3520 milliseconds