HomeSort by relevance Sort by last modified time
    Searched defs:offset (Results 351 - 375 of 7301) sorted by null

<<11121314151617181920>>

  /external/vboot_reference/utility/include/
tpmextras.h 23 uint32_t offset; member in struct:tdTPM_WRITE_INFO
  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_mips.c 20 int coef0, offset; local
38 "sll %[offset], %[j], 1 \n\t"
39 "subu %[outptr], %[data_out], %[offset] \n\t"
42 " addu %[coefptr], %[coefficients], %[offset] \n\t"
64 "addu %[coefptr], %[coefficients], %[offset] \n\t"
107 "addu %[coefptr], %[coefficients], %[offset] \n\t"
128 [coef0] "=&r" (coef0), [offset] "=&r" (offset),
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
packet.cc 82 // |1| block PT | timestamp offset | block length |
100 uint32_t offset = (payload_ptr[1] << 6) + ((payload_ptr[2] & 0xFC) >> 2); local
101 header->timestamp -= offset;
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.cc 86 // |offset|. |split_length| is the |out| length. |in| has to be at least
90 size_t offset,
93 out[i] = in[kNumBands * i + offset];
98 // |kNumBands| starting from |offset|. |split_length| is the |in| length. |out|
100 void Upsample(const float* in, size_t split_length, size_t offset, float* out) {
102 out[kNumBands * i + offset] += kNumBands * in[i];
148 const size_t offset = i + j * kNumBands; local
149 analysis_filters_[offset]->Filter(&in_buffer_[0],
152 DownModulate(&out_buffer_[0], out_buffer_.size(), offset, out);
170 const size_t offset = i + j * kNumBands local
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_estimator.h 38 // Returns the estimated inter-arrival time delta offset in ms.
39 double offset() const { function in class:webrtc::OveruseEstimator
  /external/webrtc/webrtc/test/
common_unittest.cc 23 : factor(kDefaultFactor), offset(kDefaultOffset) {}
25 MyExperiment(int factor, int offset)
26 : factor(factor), offset(offset) {}
29 int offset; member in struct:webrtc::__anon44469::MyExperiment
39 EXPECT_EQ(MyExperiment::kDefaultOffset, my_exp.offset);
47 EXPECT_EQ(1, my_exp.offset);
56 EXPECT_EQ(MyExperiment::kDefaultOffset, my_exp.offset);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
AesCtrDecryptor.cpp 53 size_t offset = 0; local
63 memcpy(destination + offset, source + offset,
65 offset += subSample.numBytesOfClearData;
69 AES_ctr128_encrypt(source + offset, destination + offset,
73 offset += subSample.numBytesOfEncryptedData;
77 *bytesDecryptedOut = offset;
  /frameworks/av/include/drm/
DrmConvertedStatus.h 26 * data/checksum data and the offset. Offset is going to be used in the case of close
47 * @param[in] _offset Offset value
61 int offset; member in class:android::DrmConvertedStatus
  /frameworks/av/media/libmedia/
MediaCodecBuffer.cpp 50 size_t MediaCodecBuffer::offset() const { function in class:android::MediaCodecBuffer
51 return mBuffer->offset();
54 status_t MediaCodecBuffer::setRange(size_t offset, size_t size) {
55 mBuffer->setRange(offset, size);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_getbits.cpp 114 uint32 offset; local
127 offset = (ptBitStream->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
129 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
130 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
131 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
132 Elem3 = *(ptBitStream->pBuffer + module(offset + 3, BUFSIZE));
162 uint32 offset; local
168 offset = (ptBitStream->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
171 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE))
198 uint32 offset; local
236 uint32 offset; local
    [all...]
pvmp3_seek_synch.cpp 208 int32 offset = pVars->inputStream.usedBits + ((numBytes) << 3); local
210 offset >>= INBUF_ARRAY_INDEX_SHIFT;
211 uint8 *pElem = pVars->inputStream.pBuffer + offset;
  /frameworks/base/core/java/com/android/internal/alsa/
LineTokenizer.java 34 int offset = startIndex; local
35 for (; offset < len; offset++) {
36 if (mDelimiters.indexOf(line.charAt(offset)) == -1) {
42 return offset < len ? offset : kTokenNotFound;
47 int offset = startIndex; local
48 for (; offset < len; offset++) {
49 if (mDelimiters.indexOf(line.charAt(offset)) != -1)
    [all...]
  /frameworks/base/tools/aapt/
CrunchCache.cpp 43 // and offset our beginning pointer to the length of the sourcePath
49 int offset = 0; local
51 offset = 1;
52 relativePath = String8(rPathPtr + offset);
  /frameworks/base/tools/aapt2/format/
Container_test.cpp 69 off64_t offset; local
71 ASSERT_TRUE(entry->GetResFileOffsets(&pb_new_file, &offset, &len)) << entry->GetError();
72 EXPECT_THAT(offset & 0x03, Eq(0u));
73 EXPECT_THAT(output_str.substr(static_cast<size_t>(offset), len), StrEq(expected_data));
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 29 typedef uint64_t Offset; // FIXME: use SizeTraits<T>::Offset
37 /// @param pOffset - the offset, can be larger than the fragment, but can not
39 /// @return if the offset is legal, return the fragment reference. Otherwise,
53 FragmentRef& assign(Fragment& pFrag, Offset pOffset = 0);
58 /// @pNBytes - copies pNBytes from the fragment[offset()+pOffset]
59 /// @pOffset - additional offset.
60 /// the start address offset from fragment[offset()]
61 void memcpy(void* pDest, size_t pNBytes, Offset pOffset = 0) const
70 Offset offset() const { return m_Offset; } function in class:mcld::FragmentRef
    [all...]
  /frameworks/compile/mclinker/lib/LD/
Relocator.cpp 37 // 1. update the relocation target offset
39 uint64_t offset = input_sym->fragRef()->getOutputOffset(); local
40 pReloc.target() += offset;
56 FragmentRef::Offset undef_sym_pos = pReloc.targetRef().offset();
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.cpp 84 int64_t offset = pTargetSymValue - pSource; local
85 // if offset is going to fit in nbits then we dont
87 if (FITS_IN_NBITS(offset, nbits))
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
CollectionUtils.java 42 int offset = first.length; local
44 System.arraycopy(array, 0, result, offset, array.length);
45 offset += array.length;
  /frameworks/wilhelm/src/android/
android_AudioToCbRenderer.cpp 66 size_t offset = 0; local
67 while (offset < full) {
70 + offset + mDecodeBuffer->range_offset(),
71 mDecodeBuffer->range_length() - offset,
73 offset += consumed;
74 //SL_LOGV("consumed=%u, offset=%u, full=%u", consumed, offset, full);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
sdiovar.h 33 int offset; member in struct:sdreg
  /hardware/google/av/media/sfplugin/
ReflectedParamUpdater.h 110 * \param offset offset of the structure in the parameter
114 std::shared_ptr<C2ParamDescriptor> paramDesc, C2String path, size_t offset,
191 size_t offset; member in struct:android::ReflectedParamUpdater::FieldDesc
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoFrameInfo.h 24 uint32_t offset; // offset to the pointer of the encrypted data member in struct:__anon47439
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoFrameInfo.h 24 uint32_t offset; // offset to the pointer of the encrypted data member in struct:__anon47444
26 uint32_t data_offset_from_frameinfo; // offset from frame_info to data. this will be used instead of data for inter-process
32 uint32_t data_offset_from_frameinfo; // offset from frame_info to data. this will be used instead of data for inter-process
  /hardware/interfaces/bluetooth/1.0/default/
hci_packetizer.cc 37 size_t offset = packet_length_offset_for_type[type]; local
38 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset];
39 return (((preamble[offset + 1]) << 8) | preamble[offset]);
  /hardware/nxp/secure_element/libese-spi/p73/lib/
phNxpEseDataMgr.cpp 113 uint32_t offset = 0; local
121 phNxpEse_memcpy((pbuff + offset), new_node->tData.sbuffer,
123 offset += new_node->tData.wLen;
126 *data_len = offset;

Completed in 901 milliseconds

<<11121314151617181920>>