Searched refs:size (Results 176 - 200 of 2075) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp1 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
13 GLint *size = (GLint *) 0; local
41 _exceptionMessage = "size == null";
53 size = size_base + sizeOffset;
94 (GLint *)size,
121 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
134 GLint *size = (GLint *) 0; local
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
145 if (size == NULL) {
147 size
182 GLint *size = (GLint *) 0; local
279 GLint *size = (GLint *) 0; local
[all...]
H A DglGetActiveUniform.cpp1 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
13 GLint *size = (GLint *) 0; local
41 _exceptionMessage = "size == null";
53 size = size_base + sizeOffset;
94 (GLint *)size,
121 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
134 GLint *size = (GLint *) 0; local
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
145 if (size == NULL) {
147 size
183 GLint *size = (GLint *) 0; local
280 GLint *size = (GLint *) 0; local
[all...]
H A DglGetTransformFeedbackVarying.cpp1 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
13 GLint *size = (GLint *) 0; local
41 _exceptionMessage = "size == null";
53 size = size_base + sizeOffset;
94 (GLint *)size,
121 /* void glGetTransformFeedbackVarying ( GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name ) */
134 GLint *size = (GLint *) 0; local
139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset);
145 if (size == NULL) {
147 size
182 GLint *size = (GLint *) 0; local
279 GLint *size = (GLint *) 0; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp73 if ((s.size() % 2) != 0) {
77 size_t outLen = s.size() / 2;
82 for (size_t i = 0; i < s.size(); ++i) {
116 CHECK_EQ(profileLevelID->size(), 3u);
133 size_t end = (commaPos < 0) ? val.size() : commaPos;
138 CHECK_GT(nal->size(), 0u);
139 CHECK_LE(nal->size(), 65535u);
149 totalSeqParameterSetSize += nal->size();
153 totalPicParameterSetSize += nal->size();
192 *out++ = nal->size() >>
[all...]
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp50 for (unsigned int i = 0; i < mMimeTypeVector.size(); i++) {
61 for (unsigned int i = 0; i < mFileSuffixVector.size(); i++) {
79 return mMimeTypeVector.size();
83 return mFileSuffixVector.size();
128 return mIndex < mDrmSupportInfo->mFileSuffixVector.size();
152 return mIndex < mDrmSupportInfo->mMimeTypeVector.size();
/frameworks/av/drm/libdrmframework/plugins/common/util/src/
H A DMimeTypeUtil.cpp43 int size; // Number of bytes. e.g. "audio/" = 6 bytes member in struct:android::MimeGroup
49 int size; // Number of bytes. e.g. "x-mpeg" = 6 bytes member in struct:android::MimeTypeList
138 if (0 == strncmp(pMimeType, pGroup->pGroup, pGroup->size)) {
147 len = strlen (pMimeType+pGroup->size);
150 (len == pMimeItem->size) &&
151 (0 == strcmp(pMimeType+pGroup->size, pMimeItem->pMimeExt))) {
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp57 size_t size; local
86 if (meta->findData(kKeyESDS, &type, &data, &size)) {
87 LOG1("displayMetaData kKeyESDS type=%d size=%d", type, size);
89 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
90 LOG1("displayMetaData kKeyAVCC data=0x%X type=%d size=%d",
91 *((unsigned int*)data), type, size);
93 if (meta->findData(kKeyVorbisInfo, &type, &data, &size)) {
94 LOG1("displayMetaData kKeyVorbisInfo type=%d size=%d", type, size);
264 buildAVCCodecSpecificData(uint8_t **pOutputData, size_t *pOutputSize, const uint8_t *data, size_t size, MetaData *param) argument
[all...]
/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp25 if ((s.size() % 4) != 0) {
29 size_t n = s.size();
39 size_t outLen = 3 * s.size() / 4 - padding;
99 const void *_data, size_t size, AString *out) {
105 for (i = 0; i < (size / 3) * 3; i += 3) {
115 switch (size % 3) {
98 encodeBase64( const void *_data, size_t size, AString *out) argument
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_frame.h27 Java_android_filterfw_core_NativeFrame_nativeAllocate(JNIEnv* env, jobject thiz, jint size);
42 Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env, jobject thiz, jint size);
48 Java_android_filterfw_core_NativeFrame_getNativeFloats(JNIEnv* env, jobject thiz, jint size);
58 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size);
67 jint size,
74 jint size,
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.cpp80 ASSERT_TRUE(10 == m_pNodeList.size());
85 ASSERT_TRUE(10 == m_pNodeList.size());
91 ASSERT_TRUE(0 == m_pNodeList.size());
97 ASSERT_TRUE(11 == m_pNodeList.size());
99 ASSERT_TRUE(10 == m_pNodeList.size());
119 ASSERT_TRUE(m_pNodeList.size() == 8);
H A DFactoriesTest.cpp46 ASSERT_EQ(1, m_pNodeAlloc->size());
49 ASSERT_EQ(2, m_pNodeAlloc->size());
52 ASSERT_EQ(3, m_pNodeAlloc->size());
84 ASSERT_EQ(100, m_pNodeAlloc->size());
106 ASSERT_EQ(100, m_pNodeAlloc->size());
116 ASSERT_EQ(0, delegatee->size());
142 ASSERT_EQ(200, m_pNodeAlloc->size());
152 ASSERT_EQ(0, delegatee->size());
164 ASSERT_EQ(100, m_pNodeAlloc->size());
166 ASSERT_EQ(100, m_pNodeAlloc->size());
[all...]
/frameworks/native/libs/ui/
H A DPixelFormat.cpp27 size_t size; member in struct:android::Info
68 size_t size; local
71 size = (width * bitsPerPixel)>>3;
73 size = width * bytesPerPixel;
75 return size;
128 info->bytesPerPixel = i->size;
/frameworks/rs/driver/linkloader/include/
H A DELFObject.h83 void *allocateSHNCommonData(size_t size, size_t align = 1) { argument
84 rsl_assert(size > 0 && align != 0);
86 rsl_assert(SHNCommonDataPtr && "Must init common data size before use!");
95 // Ensure the free size is sufficient
96 if (SHNCommonDataFreeSize < size) {
102 SHNCommonDataPtr += size;
103 SHNCommonDataFreeSize -= size;
114 for (size_t i = 0; i < stab.size(); ++i) {
/frameworks/rs/driver/
H A DrsdVertexArray.cpp47 size = 0;
54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, argument
59 this->size = size;
70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%x",
75 mAttribs[idx].size,
111 mAttribs[ct].size,
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp231 return m_OutputSymbols.size();
236 return m_pFile->size();
241 return m_pLocal->size();
246 return m_pLocalDyn->size();
251 return m_pCommon->size();
256 return m_pDynamic->size();
261 return m_pRegular->size();
327 iter += m_pFile->size();
339 iter += m_pFile->size();
351 iter += m_pLocal->size();
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp104 uint64_t size = 0; local
105 // plt0 size
106 size = getPLT0()->size();
112 // plt1 size
114 size += (m_SectionData->size() - 1) * plt1->size();
116 m_Section.setSize(size);
122 offset += frag->size();
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h60 unsigned size() const { return ValuePtrs.size(); } function in class:llvm_2_7::BitcodeReaderValueList
72 assert(i < ValuePtrs.size());
80 assert(N <= size() && "Invalid shrinkTo request!");
107 unsigned size() const { return MDValuePtrs.size(); }
116 assert(i < MDValuePtrs.size());
121 assert(N <= size() && "Invalid shrinkTo request!");
243 if (ID >= FunctionBBs.size()) return 0; // Invalid ID
247 if (i-1 < MAttributes.size())
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h60 unsigned size() const { return ValuePtrs.size(); } function in class:llvm_3_0::BitcodeReaderValueList
72 assert(i < ValuePtrs.size());
80 assert(N <= size() && "Invalid shrinkTo request!");
107 unsigned size() const { return MDValuePtrs.size(); }
116 assert(i < MDValuePtrs.size());
121 assert(N <= size() && "Invalid shrinkTo request!");
237 if (ID >= FunctionBBs.size()) return 0; // Invalid ID
241 if (i-1 < MAttributes.size())
[all...]
/frameworks/native/libs/utils/tests/
H A DLruCache_test.cpp120 EXPECT_EQ(0u, cache.size());
132 EXPECT_EQ(3u, cache.size());
144 EXPECT_EQ(2u, cache.size());
157 EXPECT_EQ(2u, cache.size());
171 EXPECT_EQ(2u, cache.size());
206 EXPECT_EQ(kCacheSize, cache.size());
218 EXPECT_EQ(2, cache.size());
227 EXPECT_EQ(2, cache.size());
239 EXPECT_EQ(2, cache.size());
253 EXPECT_EQ(2, cache.size());
[all...]
/frameworks/rs/
H A DrsScriptGroup.cpp31 for (size_t ct=0; ct < mLinks.size(); ct++) {
47 //ALOGE("find %p %i", s, (int)mNodes.size());
48 for (size_t ct=0; ct < mNodes.size(); ct++) {
50 for (size_t ct2=0; ct2 < n->mKernels.size(); ct2++) {
65 for (size_t ct=0; ct < n->mOutputs.size(); ct++) {
104 for (size_t ct=0; ct < mKernels.size(); ct++) {
117 //ALOGE("link count %i", (int)mLinks.size());
118 for (size_t ct=0; ct < mLinks.size(); ct++) {
137 //ALOGE("node count %i", (int)mNodes.size());
140 for (size_t ct=0; ct < mNodes.size(); c
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java155 if (items != null && items.size() > 0) {
194 if (items != null && items.size() > 0) {
196 if (items.size() == 1) {
199 for (int i = 0; i < items.size() - 1; ++i) {
318 } else if (mSortedNodes.size() > 0) {
342 if (mSortedNodes.size() != mNodes.size()) {
355 if (mSortedNodes.size() > 0) {
488 int numSortedNodes = mSortedNodes.size();
493 if (oldListeners != null && oldListeners.size() >
[all...]
/frameworks/base/tools/aapt/
H A DStringPool.cpp37 const size_t N = pool->size();
49 (ZD_TYPE)uniqueStrings.size(), pool->isUTF8() ? "UTF-8" : "UTF-16",
53 const size_t NS = pool->size();
62 if (configStr.size() > 0) configStr.append(" ");
63 if (configs.size() > 0) {
64 for (size_t j=0; j<configs.size(); j++) {
75 // Strings with styles go first, to reduce the size of the styles array.
89 const size_t LHN = configs.size();
90 const size_t RHN = o.configs.size();
137 if (ent.configTypeName.size() <
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.cpp118 size_t size = mHandles.size(); local
121 for (i = 0; i < size; i++) {
153 size_t size = mHandles.size(); local
155 for (i = 0; i < size; i++) {
160 if (i == size) {
161 return size;
177 if (mHandles.size() == 0 && !mPinned) {
181 return mHandles.size();
316 uint32_t size; local
424 uint32_t size = sizeof(status_t); local
452 uint32_t size = sizeof(status_t); local
491 uint32_t size = sizeof(status_t); local
537 uint32_t size = (replySize == NULL) ? 0 : *replySize; local
652 uint32_t size = sizeof(volume); local
685 uint32_t size = sizeof(status_t); local
707 uint32_t size = sizeof(status_t); local
729 uint32_t size = 0; local
1038 int size = *p++; local
1121 dump(char* buffer, size_t size) argument
1168 size_t size = mEffects.size(); local
1181 size_t size = mEffects.size(); local
1196 size_t size = mEffects.size(); local
1257 size_t size = mEffects.size(); local
1312 size_t size = mEffects.size(); local
1388 size_t size = mEffects.size(); local
1421 size_t size = mEffects.size(); local
1430 size_t size = mEffects.size(); local
1439 size_t size = mEffects.size(); local
1452 size_t size = mEffects.size(); local
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4SYS_AccessUnit.h37 (size cannot be 0)*/
39 error somewhere in the fragment (size cannot be 0)*/
40 M4SYS_kFragAttrLost = 03 /**< The fragment is lost, so the size must be 0.*/
48 M4OSA_UInt32 size; /**< The size of the fragment. It must be 0 if fragment is member in struct:__anon185
64 M4OSA_MemAddr32 dataAddress; /**< The data pointer. The size of this block
65 (allocated size) must be a 32-bits integer multiple*/
66 M4OSA_UInt32 size; /**< The size in bytes of the dataAddress. The size ma member in struct:__anon186
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDelayMix_16x16.c30 LVM_INT16 size, /* Delay size */
61 if (Offset >= size)
28 DelayMix_16x16(const LVM_INT16 *src, LVM_INT16 *delay, LVM_INT16 size, LVM_INT16 *dst, LVM_INT16 *pOffset, LVM_INT16 n) argument

Completed in 643 milliseconds

1234567891011>>