HomeSort by relevance Sort by last modified time
    Searched refs:copy (Results 501 - 525 of 4741) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 6 * You may obtain a copy of the License at
415 size_t copy = numBytesPerInputFrame - mInputSize; local
416 if (copy > inHeader->nFilledLen) {
417 copy = inHeader->nFilledLen;
428 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
429 mInputSize += copy;
431 inHeader->nOffset += copy;
432 inHeader->nFilledLen -= copy;
437 (copy * 1000000ll / mSampleRate)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 6 * You may obtain a copy of the License at
124 mMemOperator->Copy = cmnMemCopy;
348 size_t copy = numBytesPerInputFrame - mInputSize; local
349 if (copy > inHeader->nFilledLen) {
350 copy = inHeader->nFilledLen;
357 memcpy((uint8_t *)mInputFrame + mInputSize, inData, copy);
358 mInputSize += copy;
360 inHeader->nOffset += copy;
361 inHeader->nFilledLen -= copy;
366 (copy * 1000000ll / kSampleRate) / sizeof(int16_t)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
asm_common.S 6 @ You may obtain a copy of the License at
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/NoLocTestApp/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v1/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v2/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/SimpleTestApp/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v1_ext/
Android.mk 5 # You may obtain a copy of the License at
  /frameworks/base/core/tests/hosttests/test-apps/UpdateExtToIntLocTestApp_v2_int/
Android.mk 5 # You may obtain a copy of the License at

Completed in 548 milliseconds

<<21222324252627282930>>