HomeSort by relevance Sort by last modified time
    Searched refs:outBuffer (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 379 UInt32 blockIndex = 0xFFFFFFFF; /* it can have any value before first call (if outBuffer = 0) */
380 Byte *outBuffer = 0; /* it must be 0 before first call for each new archive. */
381 size_t outBufferSize = 0; /* it can have any value before first call (if outBuffer = 0) */
403 &blockIndex, &outBuffer, &outBufferSize,
461 if (File_Write(&outFile, outBuffer + offset, &processedSize) != 0 || processedSize != outSizeProcessed)
511 IAlloc_Free(&allocImp, outBuffer);
  /external/svox/pico/lib/
picoapi.h 402 'outBuffer'. The type of data returned in 'outBuffer' (e.g. 8 or 16
414 void *outBuffer,
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 38 status_t BufferQueueConsumer::acquireBuffer(BufferItem* outBuffer,
147 *outBuffer = *front;
163 if (outBuffer->mAcquireCalled) {
164 outBuffer->mGraphicBuffer = NULL;
Surface.cpp 532 ANativeWindow_Buffer* outBuffer = va_arg(args, ANativeWindow_Buffer*);
534 return lock(outBuffer, inOutDirtyBounds);
797 ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds)
880 outBuffer->width = backBuffer->width;
881 outBuffer->height = backBuffer->height;
882 outBuffer->stride = backBuffer->stride;
883 outBuffer->format = backBuffer->format;
884 outBuffer->bits = vaddr;
IGraphicBufferProducer.cpp 128 virtual status_t detachNextBuffer(sp<GraphicBuffer>* outBuffer,
130 if (outBuffer == NULL) {
131 ALOGE("detachNextBuffer: outBuffer must not be NULL");
147 *outBuffer = new GraphicBuffer;
148 reply.read(**outBuffer);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 105 virtual status_t detachNextBuffer(sp<GraphicBuffer>* outBuffer,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
patricia_trie_reading_utils.h 41 const int maxLength, int *const outBuffer, int *const pos);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 62 static int getBlock(void* param, unsigned long position, unsigned char* outBuffer,
65 const int readCount = pread(fd, outBuffer, size, position);
  /frameworks/base/core/jni/
android_view_TextureView.cpp 105 static int32_t native_window_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer,
107 return window->perform(window, NATIVE_WINDOW_LOCK, outBuffer, inOutDirtyBounds);
  /hardware/libhardware/include/hardware/
audio_effect.h 312 // outBuffer: buffer descriptor indicating where to write processed samples.
324 audio_buffer_t *outBuffer);
397 // outBuffer: buffer descriptor indicating where to write processed samples.
412 audio_buffer_t *outBuffer);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
byte_array_utils.h 176 const int maxLength, int *const outBuffer, int *const pos) {
180 outBuffer[length++] = codePoint;
  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIDeckControl.h 173 virtual HRESULT SendCommand (/* in */ uint8_t *inBuffer, /* in */ uint32_t inBufferSize, /* out */ uint8_t *outBuffer, /* out */ uint32_t *outDataSize, /* in */ uint32_t outBufferSize, /* out */ BMDDeckControlError *error) = 0;
DeckLinkAPI_v7_3.h 71 virtual HRESULT CreateAncillaryData (BMDPixelFormat pixelFormat, /* out */ IDeckLinkVideoFrameAncillary **outBuffer) = 0;
DeckLinkAPI_v8_1.h 76 virtual HRESULT SendCommand (/* in */ uint8_t *inBuffer, /* in */ uint32_t inBufferSize, /* out */ uint8_t *outBuffer, /* out */ uint32_t *outDataSize, /* in */ uint32_t outBufferSize, /* out */ BMDDeckControlError *error) = 0;
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.h 39 // Put 10-60ms of audio data from file into the outBuffer depending on
40 // codec frame size. bufferLengthInBytes indicates the size of outBuffer.
45 int32_t ReadAviAudioData(int8_t* outBuffer,
48 // Put one video frame into outBuffer. bufferLengthInBytes indicates the
49 // size of outBuffer.
  /frameworks/av/include/media/
ToneGenerator.h 296 void getSamples(short *outBuffer, unsigned int count,
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 571 void* outBuffer[] = { outPtr };
577 outBufDesc.numBufs = sizeof(outBuffer) / sizeof(void*);
578 outBufDesc.bufs = (void**)&outBuffer;
590 outBuffer[0] = outPtr;
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 197 // considered, and the oldest of those will be returned. outBuffer is
198 // equivalent to outBuffer from the requestBuffer call, and outFence is
203 // * BAD_VALUE - either outBuffer or outFence were NULL.
206 virtual status_t detachNextBuffer(sp<GraphicBuffer>* outBuffer,
Surface.h 174 virtual int lock(ANativeWindow_Buffer* outBuffer, ARect* inOutDirtyBounds);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 94 byte[] outBuffer = {0x1, 0x2, 0x3, 0x4};
95 out.write(outBuffer);
101 assertEquals(numBytesRead, outBuffer.length);
102 MoreAsserts.assertEquals(outBuffer, inBuffer);
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp     [all...]
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 184 audio_buffer_t *outBuffer) {
193 inBuffer, outBuffer);
  /frameworks/av/services/audioflinger/
Effects.h 90 int16_t *outBuffer() { return mConfig.outputCfg.buffer.s16; }
291 int16_t *outBuffer() const {
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp     [all...]

Completed in 562 milliseconds

1 2 3 45 6 7