/frameworks/av/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 325 err = mOMX->fillBuffer(node, outputBuffers[i].mID); 326 EXPECT_SUCCESS(err, "fillBuffer"); 350 err = mOMX->fillBuffer(node, outputBuffers[i].mID); 351 EXPECT_SUCCESS(err, "fillBuffer");
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t048rewrite.py | 19 tStream.fillBuffer() 421 tStream.fillBuffer()
|
/external/webrtc/webrtc/common_audio/resampler/ |
sinc_resampler_unittest.cc | 46 ACTION(FillBuffer) { 89 .Times(1).WillOnce(FillBuffer());
|
/frameworks/av/media/libstagefright/omx/ |
OMX.cpp | 584 status_t OMX::fillBuffer(node_id node, buffer_id buffer, int fenceFd) { 591 return instance->fillBuffer(buffer, fenceFd);
|
OMXNodeInstance.cpp | [all...] |
/frameworks/av/include/media/ |
IOMX.h | 170 virtual status_t fillBuffer(node_id node, buffer_id buffer, int fenceFd = -1) = 0;
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
bitcode_wrapperer.h | 101 void FillBuffer();
|
/frameworks/wilhelm/src/desktop/ |
SndFile.c | 23 * and by IOutputMixExt::FillBuffer after each buffer is consumed.
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
tree.py | [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | 724 procedure FillBuffer(const T: IANTLRInterface); [all...] |
Antlr.Runtime.pas | [all...] |
/device/google/contexthub/firmware/src/ |
nanohubCommand.c | 686 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup) 788 atomicWriteByte(&mTxCurrLength, fillBuffer(&mTxCurr, atomicReadByte(&mTxCurrLength), &wakeup, &nonwakeup)); 869 totLength = fillBuffer(buf, totLength, &wakeup, &nonwakeup); [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
StreamSpliterators.java | 161 return fillBuffer(); 169 hasNext = fillBuffer(); 204 private boolean fillBuffer() { [all...] |
/external/vulkan-validation-layers/tests/ |
vkrenderframework.h | 200 void FillBuffer(VkBuffer buffer, VkDeviceSize offset,
|
/frameworks/native/libs/gui/tests/ |
SurfaceTextureMultiContextGL_test.cpp | 22 #include "FillBuffer.h"
|
SurfaceTextureGL_test.cpp | 23 #include "FillBuffer.h"
|
/frameworks/av/media/libmedia/ |
IOMX.cpp | 552 virtual status_t fillBuffer(node_id node, buffer_id buffer, int fenceFd) { [all...] |
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
vktMemoryPipelineBarrierTests.cpp | [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 428 static size_t fillBuffer(ParsingContext* parsingContext, const char* utf8, int byteCount) { 464 size_t utf16length = fillBuffer(parsingContext, text, length); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 129 * During fillBuffer(), we can make a reverse index from a set
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 147 * During fillBuffer(), we can make a reverse index from a set
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeWizard.java | 103 /** During fillBuffer(), we can make a reverse index from a set
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeWizard.m | 186 /** During fillBuffer(), we can make a reverse index from a set
|
/hardware/intel/common/utils/ISV/omx/ |
isv_omxcomponent.cpp | [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
ChangeLog | 187 Ensure that the fillBuffer funtiion does not call any methods
|