HomeSort by relevance Sort by last modified time
    Searched full:datalength (Results 176 - 200 of 273) sorted by null

1 2 3 4 5 6 78 91011

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 32 virtual void setGlobalVar(uint32_t slot, const void *data, size_t dataLength);
107 void RsdCpuScriptIntrinsicBlur::setGlobalVar(uint32_t slot, const void *data, size_t dataLength) {
rsCpuIntrinsicConvolve5x5.cpp 33 virtual void setGlobalVar(uint32_t slot, const void *data, size_t dataLength);
76 const void *data, size_t dataLength) {
78 memcpy (&mFp, data, dataLength);
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 198 nbRead * BUFFER_SIZE /*dataLength*/,
210 NULL /*pData*/, 0 /*dataLength*/,
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 341 table[position].DataLength = 0;
346 table[position].DataLength = value_length + 1;
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 140 const char* data, int dataLength);
  /external/clang/test/Analysis/
MismatchedDeallocator-checker-test.mm 113 void testNew11(NSUInteger dataLength) {
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL_Android.h 114 XAuint32 dataLength,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/OMXAL/
OpenMAXAL_Android.h 107 XAuint32 dataLength,
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 621 void SourceBuffer::didReceiveDataForClient(const char* data, unsigned dataLength)
623 WTF_LOG(Media, "SourceBuffer::didReceiveDataForClient(%d) %p", dataLength, this);
627 m_webSourceBuffer->append(reinterpret_cast<const unsigned char*>(data), dataLength);
  /external/srec/srec/EventLog/src/
EventLogImpl.c 615 header.dataLength = (unsigned int) impl->waveform_num_bytes;
636 pfwrite(&header.dataLength, sizeof(header.dataLength), 1, impl->waveformFile);
  /external/chromium/third_party/libevent/
evdns.c 819 u16 trans_id, questions, answers, authority, additional, datalength; local
889 GET16(datalength);
894 j += datalength; continue;
896 if ((datalength & 3) != 0) /* not an even number of As. */
898 addrcount = datalength >> 2;
912 j += datalength; continue;
923 j += datalength; continue;
925 if ((datalength & 15) != 0) /* not an even number of AAAAs. */
927 addrcount = datalength >> 4; /* each address is 16 bytes long */
941 j += datalength;
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 819 u16 trans_id, questions, answers, authority, additional, datalength; local
889 GET16(datalength);
894 j += datalength; continue;
896 if ((datalength & 3) != 0) /* not an even number of As. */
898 addrcount = datalength >> 2;
912 j += datalength; continue;
923 j += datalength; continue;
925 if ((datalength & 15) != 0) /* not an even number of AAAAs. */
927 addrcount = datalength >> 4; /* each address is 16 bytes long */
941 j += datalength;
    [all...]
  /external/icu4c/common/
unistr.cpp 310 UnicodeString::UnicodeString(const char *codepageData, int32_t dataLength)
314 if(codepageData == 0 || dataLength == 0 || dataLength < -1) {
317 if(dataLength == -1) {
318 dataLength = (int32_t)uprv_strlen(codepageData);
320 setToUTF8(StringPiece(codepageData, dataLength));
    [all...]
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.h 164 const char* data, int dataLength);

Completed in 743 milliseconds

1 2 3 4 5 6 78 91011