HomeSort by relevance Sort by last modified time
    Searched full:set_range (Results 26 - 45 of 45) sorted by null

12

  /frameworks/av/cmds/stagefright/
record.cpp 92 (*buffer)->set_range(0, mSize);
recordvideo.cpp 113 (*buffer)->set_range(0, mSize);
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 321 buffer->set_range(0, frameSizeWithoutHeader);
AMRExtractor.cpp 315 buffer->set_range(0, frameSize);
MPEG4Extractor.cpp     [all...]
OggExtractor.cpp 699 tmp->set_range(0, buffer->range_length());
702 tmp->set_range(0, 0);
717 buffer->set_range(0, fullSize);
    [all...]
MP3Extractor.cpp 581 buffer->set_range(0, frame_size);
AudioPlayer.cpp 675 mInputBuffer->set_range(mInputBuffer->range_offset() + copy,
FLACExtractor.cpp 692 buffer->set_range(0, bufferSize);
AVIExtractor.cpp 194 out->set_range(0, size);
    [all...]
MPEG4Writer.cpp     [all...]
OMXCodec.cpp     [all...]
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 294 buffer->set_range(0, frameSizeWithoutHeader);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 101 def set_range(self, k, dlen=-1, doff=-1) : member in class:cursor_py3k
104 v = self._dbcursor.set_range(k, dlen=dlen, doff=doff)
test_basics.py 411 rec = c.set_range('011')
415 rec = c.set_range('011',dlen=0,doff=0)
420 ev = c.set_range('empty value')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 101 def set_range(self, k, dlen=-1, doff=-1) : member in class:cursor_py3k
104 v = self._dbcursor.set_range(k, dlen=dlen, doff=doff)
test_basics.py 411 rec = c.set_range('011')
415 rec = c.set_range('011',dlen=0,doff=0)
420 ev = c.set_range('empty value')
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 185 buffer->set_range(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 312 return _DeadlockWrap(self.dbc.set_range, key)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 312 return _DeadlockWrap(self.dbc.set_range, key)

Completed in 2403 milliseconds

12