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

  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 129 enum { DataLength = 1000 };
131 KeyType key[DataLength];
132 KeyType keyRef[DataLength];
133 LotsOfData<KeyType> data[DataLength];
134 LotsOfData<KeyType> dataRef[DataLength];
149 for (int j = 0; j < DataLength; j++)
164 retVal = webrtc::KeySort(data, key, DataLength, sizeof(LotsOfData<KeyType>),
167 //std::sort(data, data + DataLength, KeyLessThan<KeyType>());
168 //qsort(data, DataLength, sizeof(LotsOfData<KeyType>),
173 retVal = webrtc::Sort(key, DataLength, sortType)
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 120 (M4OSA_DataOption*)&(context->m_decoderConfig.DataLength));
228 pStreamDesc->duration = (M4OSA_Time)(((M4OSA_Double)(c->m_decoderConfig.DataLength)\
373 if((c->m_offset + size_read) >= c->m_decoderConfig.DataLength)
375 size_read = c->m_decoderConfig.DataLength - c->m_offset;
408 if(c->m_offset >= c->m_decoderConfig.DataLength)
518 if (offset > (c->m_dataStartOffset + c->m_decoderConfig.DataLength))
  /frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 53 M4OSA_UInt32 DataLength;
  /external/jhead/
jhead.h 153 int DataLength; // length of string when format says Value is a string
162 int DataLength; // Number of elements in Format. -1 means any length.
main.c 286 exifElementTable[i].DataLength = valueLen;
292 exifElementTable[i].Value, exifElementTable[i].DataLength, exifElementTable[i].GpsTag);
exif.c     [all...]
  /external/grub/netboot/
3c90x.c 226 unsigned int DataLength;
236 unsigned int DataLength;
519 INF_3C90X.TransmitDPD.DataLength = s + (1<<31);
621 INF_3C90X.ReceiveUPD.DataLength = 1536 + (1<<31);
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 341 table[position].DataLength = 0;
346 table[position].DataLength = value_length + 1;

Completed in 399 milliseconds