HomeSort by relevance Sort by last modified time
    Searched refs:keyIdx (Results 1 - 16 of 16) sorted by null

  /device/google/contexthub/firmware/os/inc/
appSec.h 30 typedef AppSecErr (*AppSecGetAesKeyCbk)(uint64_t keyIdx, void *keyBuf); // return APP_SEC_KEY_NOT_FOUND or APP_SEC_NO_ERROR
  /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/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;
  /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;
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaNetwork.hal 296 * @param keyIdx Index of wep key to set.
309 setWepKey(uint32_t keyIdx, vec<uint8_t> wepKey)
315 * @param KeyIdx value to set.
324 setWepTxKeyIdx(uint32_t keyIdx)
708 * @param keyIdx Index of wep key to be fetched.
716 getWepKey(uint32_t keyIdx)
726 * @return keyIdx value set.
729 generates (SupplicantStatus status, uint32_t keyIdx);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaNetworkHalTest.java     [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 54 keyIdx = kNoKeyIdx;
67 int keyIdx; // 5 bits; kNoKeyIdx means not used.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaNetworkHal.java     [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 265 milliseconds