Searched refs:instanceID (Results 1 - 20 of 20) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
H A Dfile_recorder_impl.cc18 FileRecorder* FileRecorder::CreateFileRecorder(uint32_t instanceID, argument
21 return new FileRecorderImpl(instanceID, fileFormat);
29 FileRecorderImpl::FileRecorderImpl(uint32_t instanceID, argument
31 : _instanceID(instanceID),
36 _audioEncoder(instanceID),
H A Dcoder.h25 AudioCoder(uint32_t instanceID);
H A Dcoder.cc16 AudioCoder::AudioCoder(uint32_t instanceID) argument
17 : _acm(AudioCodingModule::Create(instanceID)),
H A Dfile_player_impl.cc15 FilePlayer* FilePlayer::CreateFilePlayer(uint32_t instanceID, argument
27 return new FilePlayerImpl(instanceID, fileFormat);
39 FilePlayerImpl::FilePlayerImpl(const uint32_t instanceID, argument
41 : _instanceID(instanceID),
43 _fileModule(*MediaFile::CreateMediaFile(instanceID)),
45 _audioDecoder(instanceID),
H A Dfile_player_impl.h29 FilePlayerImpl(uint32_t instanceID, FileFormats fileFormat);
H A Dfile_recorder_impl.h44 FileRecorderImpl(uint32_t instanceID, FileFormats fileFormat);
/external/webrtc/webrtc/modules/utility/include/
H A Dfile_recorder.h29 static FileRecorder* CreateFileRecorder(const uint32_t instanceID,
H A Dfile_player.h31 static FilePlayer* CreateFilePlayer(const uint32_t instanceID,
/external/skqp/src/pdf/
H A DSkPDFMetadata.cpp320 SkString instanceID = uuid_to_string(instance); local
321 SkASSERT(0 == count_xml_escape_size(instanceID));
325 keywords1.c_str(), documentID.c_str(), instanceID.c_str(),
/external/skia/src/pdf/
H A DSkPDFMetadata.cpp385 SkString instanceID = uuid_to_string(instance); local
386 SkASSERT(0 == count_xml_escape_size(instanceID));
390 keywords1.c_str(), documentID.c_str(), instanceID.c_str(),
/external/swiftshader/src/Renderer/
H A DVertexProcessor.hpp223 void setInstanceID(int instanceID);
H A DContext.hpp493 int instanceID; member in class:sw::Context
H A DVertexProcessor.cpp357 void VertexProcessor::setInstanceID(int instanceID) argument
359 context->instanceID = instanceID;
H A DRenderer.hpp153 int instanceID; member in struct:sw::DrawData
H A DContext.cpp305 instanceID = 0;
H A DRenderer.cpp452 data->instanceID = context->instanceID;
/external/swiftshader/src/Shader/
H A DVertexProgram.hpp58 Int instanceID; member in class:sw::VertexProgram
H A DVertexProgram.cpp54 instanceID = *Pointer<Int>(data + OFFSET(DrawData,instanceID));
719 reg.x = As<Float>(instanceID);
868 a = As<Float4>(Int4(instanceID)); break;
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1772 for (int instanceID = 0; instanceID < numInstances; ++instanceID)
1787 vertexPackets[numVertexPackets]->instanceNdx = instanceID;
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1669 milliseconds