Searched defs:inbuf (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Daacenc_core.h68 short *inbuf; member in struct:__anon452
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp693 sp<MediaCodecBuffer> inbuf; local
694 status_t err = mEncoder->getInputBuffer(bufferIndex, &inbuf);
696 if (err != OK || inbuf == NULL || inbuf->data() == NULL
705 memcpy(inbuf->data(), mbuf->data(), size);
710 inbuf->setMediaBufferBase(mbuf);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2531 milliseconds