Searched refs:vector (Results 76 - 100 of 180) sorted by relevance

12345678

/frameworks/base/libs/hwui/utils/
H A DSortedList.h85 ssize_t merge(const Vector<TYPE>& vector);
86 ssize_t merge(const SortedList<TYPE>& vector);
185 inline ssize_t SortedList<TYPE>::merge(const Vector<TYPE>& vector) {
186 return SortedListImpl::merge(reinterpret_cast<const VectorImpl&> (vector));
190 inline ssize_t SortedList<TYPE>::merge(const SortedList<TYPE>& vector) {
191 return SortedListImpl::merge(reinterpret_cast<const SortedListImpl&> (vector));
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFObject.h27 #include <vector>
37 std::vector<ELFSectionTy *> stab;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvlc_decode.h97 PV_STATUS PV_DeScaleMVD(int f_code, int residual, int vlc_code_mag, MOT *vector);
/frameworks/av/services/audioflinger/tests/
H A Dtest_utils.h51 static inline int parseCSV(const char *string, std::vector<int>& values)
64 // pass 2: allocate and initialize vector of values
96 const std::vector<int>& inputIncr)
110 void setIncr(const std::vector<int>& inputIncr) {
180 std::vector<int> mInputIncr; // number of frames provided per call
H A Dresampler_tests.cpp30 #include <vector>
40 size_t outputFrames, const std::vector<size_t> &outputIncr,
75 std::vector<int> inputIncr;
101 std::vector<size_t> refIncr;
120 std::vector<size_t> outIncr;
166 std::vector<int> inputIncr;
189 std::vector<size_t> refIncr;
/frameworks/base/core/java/android/gesture/
H A DLearner.java83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); argument
H A DGestureUtils.java271 float[] vector = new float[vectorLength];
279 vector[index] = lstPointX;
281 vector[index] = lstPointY;
301 vector[index] = nx;
303 vector[index] = ny;
318 vector[i] = lstPointX;
319 vector[i + 1] = lstPointY;
321 return vector;
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DPositionalOptions.h43 bool parse(std::vector<InputAction*>& pActions,
/frameworks/compile/slang/
H A Dslang_rs_reflection.h25 #include <vector>
88 std::vector<std::string> *mGeneratedFileNames;
139 typedef std::vector<std::pair<std::string, std::string>> ArgTy;
240 std::vector<std::string> *GeneratedFileNames,
/frameworks/ex/variablespeed/jni/
H A Dsola_time_scaler.h25 #include <vector>
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp28 using std::vector;
39 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) :
43 vector<uint32_t> lastChar;
164 vector<Run>* result) const {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s31 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
43 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
46 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
49 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
56 ; * motion vector buffer is still filled with the
57 ; * same decoded vector.
64 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s31 ; * The motion vector padding process is specified in subclause 7.6.1.6 of
43 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
46 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
49 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
56 ; * motion vector buffer is still filled with the
57 ; * same decoded vector.
64 ; * [out] pDstMVCurMB pointer to the motion vector buffer of the current
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h14 #include <vector>
49 typedef std::vector<std::string> RpathList;
53 typedef std::vector<std::string> ScriptList;
57 typedef std::vector<std::string> AuxiliaryList;
61 typedef std::vector<std::string> UndefSymList;
/frameworks/av/media/libmedia/
H A DIDrm.cpp459 void readVector(Parcel &reply, Vector<uint8_t> &vector) const {
461 vector.insertAt((size_t)0, size);
462 reply.read(vector.editArray(), size);
465 void writeVector(Parcel &data, Vector<uint8_t> const &vector) const {
466 data.writeInt32(vector.size());
467 data.write(vector.array(), vector.size());
477 void BnDrm::readVector(const Parcel &data, Vector<uint8_t> &vector) const {
479 vector.insertAt((size_t)0, size);
480 data.read(vector
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp28 #include <vector>
180 bool ShaderProgram::Process(const std::vector<const GLTextureHandle*>& input,
199 std::vector<GLuint> textures;
200 std::vector<GLenum> targets;
224 bool ShaderProgram::Process(const std::vector<const GLFrame*>& input, GLFrame* output) {
225 std::vector<const GLTextureHandle*> textures(input.size());
389 std::vector<GLchar> name(buffer_size);
426 bool ShaderProgram::BindInputTextures(const std::vector<GLuint>& textures,
427 const std::vector<GLenum>& targets) {
466 bool ShaderProgram::RenderFrame(const std::vector<GLuin
[all...]
/frameworks/rs/api/
H A Dgen_runtime.cpp55 #include <vector>
96 /* The number of entries in the vector. It should be either "1", "2", "3", or "4". It's also
100 /* The space the vector takes in an array. It's the same as the vector size, except for size
163 vector<Specification*> mSpecifications;
164 typedef vector<Specification*>::iterator SpecificationIterator;
215 * "scalar": Generate test code that checks entries of each vector indepently. E.g. for
217 * "vector": Generate test code that calls the CoreMathVerifier only once for each vector.
228 vector<vecto
[all...]
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp20 #include <vector>
123 std::vector<PageRecord*> mPages;
/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp74 for (vector<BaseRenderNodeAnimator*>::iterator it = mAnimators.begin(); it != mAnimators.end(); it++) {
133 std::vector< BaseRenderNodeAnimator* >::iterator newEnd;
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h18 #include <vector>
124 typedef std::vector<Symbol*> SymTabType;
H A DELFSegment.h15 #include <vector>
28 typedef std::vector<LDSection*> SectionList;
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h12 #include <vector>
25 typedef std::vector<LDSymbol*> OutputSymbols;
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputSectDesc.h13 #include <vector>
159 typedef std::vector<ScriptCommand*> OutputSectCmds;
H A DScriptFile.h15 #include <vector>
46 typedef std::vector<ScriptCommand*> CommandQueue;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h15 #include <vector>
136 typedef std::vector<elf_dynamic::EntryIF*> EntryListType;

Completed in 1488 milliseconds

12345678