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

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s26 size RN 1 label
53 SUBS size, size, #64
57 SUBS size, size, #64
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S26 #define size r1 define
53 SUBS size, size, #64
57 SUBS size, size, #64
/frameworks/base/core/java/android/os/
H A DRegistrantList.java52 for (int i = registrants.size() - 1; i >= 0 ; i--) {
62 size() method in class:RegistrantList
64 return registrants.size();
76 for (int i = 0, s = registrants.size(); i < s ; i++) {
110 for (int i = 0, s = registrants.size() ; i < s ; i++) {
/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.cpp53 ASSERT_TRUE(27 == m_pTestee->size());
59 ASSERT_TRUE(0 == m_pTestee->size());
73 ASSERT_TRUE(27 == m_pTestee->size());
80 ASSERT_TRUE(0 == m_pTestee->size());
93 ASSERT_TRUE(27 == m_pTestee->size());
H A DNamePoolTest.cpp76 uint64_t size = 0; local
84 size,
95 EXPECT_EQ(size, result1.info->size());
104 size,
115 EXPECT_EQ(size, result1.info->size());
127 uint64_t size = 0; local
135 size,
146 EXPECT_EQ(size, result
185 uint64_t size = 0; local
218 uint64_t size = 0; local
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryConstructor.java117 final int size = mEntryStack.size();
118 if (size > 1) {
119 VCardEntry parent = mEntryStack.get(size - 2);
125 mEntryStack.remove(size - 1);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java51 * <p>This also contains the minimum frame durations and stall durations for each format/size
126 Size size = config.getSize();
128 Integer fpsRangeCount = mHighSpeedVideoSizeMap.get(size);
132 mHighSpeedVideoSizeMap.put(size, fpsRangeCount + 1);
249 * <p>Since not all of the above classes support output of all format and size combinations,
293 * <li>Using a format/size combination that's not listed by {@link #getOutputSizes}
298 * <p>Surfaces from flexible sources will return true even if the exact size of the Surface does
299 * not match a camera-supported size, as long as the format (or class) is supported and the
300 * camera device supports a size that is equal to or less than 1080p in that format. If such as
301 * Surface is used to create a capture session, it will have its size rounde
468 getHighSpeedVideoFpsRangesFor(Size size) argument
599 getOutputMinFrameDuration(int format, Size size) argument
650 getOutputMinFrameDuration(final Class<T> klass, final Size size) argument
741 getOutputStallDuration(int format, Size size) argument
776 getOutputStallDuration(final Class<T> klass, final Size size) argument
1087 getInternalFormatDuration(int format, Size size, int duration) argument
[all...]
/frameworks/base/core/jni/
H A Dcom_android_internal_net_NetworkStatsFactory.cpp39 jfieldID size; member in struct:android::__anon882
63 static jobjectArray get_string_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow) argument
71 return env->NewObjectArray(size, gStringClass, NULL);
74 static jintArray get_int_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow) argument
82 return env->NewIntArray(size);
85 static jlongArray get_long_array(JNIEnv* env, jobject obj, jfieldID field, int size, bool grow) argument
93 return env->NewLongArray(size);
163 if (limitIfaces.size() > 0) {
166 while (i < (int)limitIfaces.size()) {
172 if (i >= (int)limitIfaces.size()) {
225 int size = lines.size(); local
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java187 for (int ct = 0; ct < target.mOutputs.size(); ct++) {
207 for (int ct=0; ct < mNodes.size(); ct++) {
221 for (int ct=0; ct < n.mOutputs.size(); ct++) {
235 for (int ct=0; ct < mNodes.size(); ct++) {
237 if (n.mInputs.size() == 0) {
238 if (n.mOutputs.size() == 0 && mNodes.size() > 1) {
245 for (int ct=0; ct < mNodes.size(); ct++) {
253 for (int ct=0; ct < mNodes.size(); ct++) {
262 for (int ct=0; ct < mNodes.size(); c
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java194 for (int ct = 0; ct < target.mOutputs.size(); ct++) {
214 for (int ct=0; ct < mNodes.size(); ct++) {
228 for (int ct=0; ct < n.mOutputs.size(); ct++) {
242 for (int ct=0; ct < mNodes.size(); ct++) {
244 if (n.mInputs.size() == 0) {
245 if (n.mOutputs.size() == 0 && mNodes.size() > 1) {
252 for (int ct=0; ct < mNodes.size(); ct++) {
260 for (int ct=0; ct < mNodes.size(); ct++) {
269 for (int ct=0; ct < mNodes.size(); c
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp157 size_t size; local
158 if (!meta->findData(kKeyESDS, &type, &data, &size)) {
163 ESDS esds((const char *)data, size);
187 size_t size; local
188 if (!meta->findData(kKeyAVCC, &type, &data, &size)) {
201 size -= 6;
204 CHECK(size >= 2);
208 size -= 2;
210 CHECK(size >= length);
212 CHECK_LE(out->size()
496 MPEG2TSWriter( void *cookie, ssize_t (*write)(void *cookie, const void *data, size_t size)) argument
1024 internalWrite(const void *data, size_t size) argument
[all...]
H A DMediaBuffer.cpp33 MediaBuffer::MediaBuffer(void *data, size_t size) argument
38 mSize(size),
40 mRangeLength(size),
46 MediaBuffer::MediaBuffer(size_t size) argument
50 mData(malloc(size)),
51 mSize(size),
53 mRangeLength(size),
78 mSize(buffer->size()),
122 size_t MediaBuffer::size() const { function in class:android::MediaBuffer
H A Davc_utils.cpp67 ABitReader br(seqParamSet->data() + 1, seqParamSet->size() - 1);
220 size_t size = *_size; local
225 if (size < 3) {
232 for (; offset + 2 < size; ++offset) {
238 if (offset + 2 >= size) {
248 while (offset < size && data[offset] != 0x01) {
252 if (offset == size) {
254 offset = size + 2;
276 if (offset + 2 < size) {
278 *_size = size
287 FindNAL(const uint8_t *data, size_t size, unsigned nalType) argument
325 size_t size = accessUnit->size(); local
410 size_t size = buffer->size(); local
432 size_t size = accessUnit->size(); local
499 ExtractDimensionsFromVOLHeader( const uint8_t *data, size_t size, int32_t *width, int32_t *height) argument
[all...]
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp39 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
43 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
45 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
49 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
51 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
55 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride, argument
57 glColorPointer(size, type, stride, ptr);
63 void glTexCoordPointerBounds(GLint size, GLenum type, argument
65 glTexCoordPointer(size, type, stride, pointer);
67 void glVertexPointerBounds(GLint size, GLenu argument
77 glMatrixIndexPointerOESBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei ) argument
82 glWeightPointerOESBounds(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer, GLsizei ) argument
[all...]
/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp27 const uint8_t *data, ssize_t size,
33 return extract3GPPGlobalDescriptions(data, size, parcel, 0);
35 return extract3GPPLocalDescriptions(data, size, timeMs, parcel, 0);
39 return extractSRTLocalDescriptions(data, size, timeMs, parcel);
50 const uint8_t *data, ssize_t size, int timeMs, Parcel *parcel) {
56 // write the size of the text sample
57 parcel->writeInt32(size);
59 parcel->writeInt32(size);
60 parcel->write(data, size);
71 const uint8_t *data, ssize_t size,
26 getParcelOfDescriptions( const uint8_t *data, ssize_t size, uint32_t flags, int timeMs, Parcel *parcel) argument
49 extractSRTLocalDescriptions( const uint8_t *data, ssize_t size, int timeMs, Parcel *parcel) argument
70 extract3GPPLocalDescriptions( const uint8_t *data, ssize_t size, int timeMs, Parcel *parcel, int depth) argument
287 extract3GPPGlobalDescriptions( const uint8_t *data, ssize_t size, Parcel *parcel, int depth) argument
[all...]
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp323 size_t size; local
324 if (meta->findData(kKeyAVCC, &type, &data, &size)) {
329 CHECK(size >= 7);
347 size -= 6;
353 CHECK(size >= 2);
357 size -= 2;
359 CHECK(size >= length);
361 memcpy(buffer->data() + buffer->size(), "\x00\x00\x00\x01", 4);
362 memcpy(buffer->data() + buffer->size() + 4, ptr, length);
363 buffer->setRange(0, buffer->size()
[all...]
/frameworks/base/include/androidfw/
H A DCursorWindow.h46 * FieldSlot per column, which has the size, offset, and type of the data for that field.
53 void* data, size_t size, bool readOnly);
74 uint32_t size; member in struct:android::CursorWindow::FieldSlot::__anon892::__anon893
83 static status_t create(const String8& name, size_t size, CursorWindow** outCursorWindow);
89 inline size_t size() { return mSize; } function in class:android::CursorWindow
104 status_t putBlob(uint32_t row, uint32_t column, const void* value, size_t size);
130 *outSizeIncludingNull = fieldSlot->data.buffer.size;
135 *outSize = fieldSlot->data.buffer.size;
182 uint32_t alloc(size_t size, bool aligned = false);
188 const void* value, size_t size, int32_
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp73 uint64_t size = sizeof(PLT0) + local
74 (m_pSectionData->size() - 1) * sizeof(PLTA);
75 m_Section.setSize(size);
81 offset += frag->size();
87 return m_pSectionData->size() > 1;
136 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size()));
141 memcpy(data, PLT0, plt->size());
151 uint32_t* data = static_cast<uint32_t*>(malloc(plt->size()));
156 memcpy(data, PLTA, plt->size());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java112 return connections.size() > 0;
146 if (l.size() == 0) {
150 for (int i = 0, s = l.size() ; i < s ; i++) {
172 if (l.size() == 0) {
176 for (int i = 0, s = l.size() ; i < s ; i++) {
193 if (l.size() == 0) {
197 for (int i = 0, s = l.size() ; i < s ; i++) {
227 if (l.size() == 0) {
233 for (int i = 0, s = l.size() ; i < s ; i++) {
/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/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp25 // ADTS header size is 7, but frame size information ends on byte 6 (when counting from byte 1)
29 * Returns the size of an AAC ADTS frame.
30 * Note that if the returned value + offset > size, it means that a partial frame starts at that
31 * offset, but this function will still return the size of the full frame.
34 * @param size the size in bytes of the data block starting at data
35 * @return the size in bytes of the AAC ADTS frame starting at the given offset of the given
38 static size_t getAdtsFrameSize(const uint8_t *data, off64_t offset, size_t size) { argument
41 if (!(offset + ADTS_HEADER_SIZE_UP_TO_FRAMESIZE < size)) {
83 validateBufferStartEndOnFrameBoundaries(void* data, size_t size) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp37 bool ASessionDescription::setTo(const void *data, size_t size) { argument
38 mIsValid = parse(data, size);
48 bool ASessionDescription::parse(const void *data, size_t size) { argument
55 AString desc((const char *)data, size);
79 if (line.size() < 2 || line.c_str()[1] != '=') {
117 value.setTo(line, colonPos + 1, line.size() - colonPos - 1);
125 mTracks.editItemAt(mTracks.size() - 1).add(key, value);
132 AString(line, 2, line.size() - 2).c_str());
135 mFormats.push(AString(line, 2, line.size() - 2));
146 value = AString(line, equalPos + 1, line.size()
[all...]
/frameworks/base/libs/androidfw/
H A DBackupData.cpp153 BackupDataWriter::WriteEntityData(const void* data, size_t size) argument
155 if (DEBUG) ALOGD("Writing data: size=%lu", (unsigned long) size);
167 ssize_t amt = write(m_fd, data, size);
168 if (amt != (ssize_t)size) {
274 size_t size = m_header.entity.keyLen; local
275 char* buf = m_key.lockBuffer(size);
280 int amt = read(m_fd, buf, size+1);
281 CHECK_SIZE(amt, (int)size+1);
282 m_key.unlockBuffer(size);
339 ReadEntityData(void* data, size_t size) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp253 void GLTraceContext::bindBuffer(GLuint bufferId, GLvoid *data, GLsizeiptr size) { argument
260 mElementArrayBuffers.add(bufferId, new ElementArrayBuffer(data, size));
263 void GLTraceContext::getBuffer(GLuint bufferId, GLvoid **data, GLsizeiptr *size) { argument
267 *size = 0;
270 *size = buffer->getSize();
275 GLsizeiptr size) {
278 buffer->updateSubBuffer(offset, data, size);
290 ElementArrayBuffer::ElementArrayBuffer(GLvoid *buf, GLsizeiptr size) { argument
291 mBuf = malloc(size);
292 mSize = size;
274 updateBufferSubData(GLuint bufferId, GLintptr offset, GLvoid *data, GLsizeiptr size) argument
308 updateSubBuffer(GLintptr offset, const GLvoid* data, GLsizeiptr size) argument
[all...]
/frameworks/base/media/mca/filterfw/jni/
H A Djni_native_frame.cpp37 jint size) {
38 return ToJBool(WrapObjectInJava(new NativeFrame(size), env, thiz, true));
74 jint size) {
78 if (!data || size > frame->Size())
80 jbyteArray result = env->NewByteArray(size);
81 env->SetByteArrayRegion(result, 0, size, reinterpret_cast<const jbyte*>(data));
118 jint size) {
122 if (!data || size > frame->Size() || (size % sizeof(jint)) != 0)
124 const int count = size / sizeo
35 Java_android_filterfw_core_NativeFrame_nativeAllocate(JNIEnv* env, jobject thiz, jint size) argument
72 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size) argument
116 Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env, jobject thiz, jint size) argument
150 Java_android_filterfw_core_NativeFrame_getNativeFloats(JNIEnv* env, jobject thiz, jint size) argument
166 Java_android_filterfw_core_NativeFrame_setNativeBitmap(JNIEnv* env, jobject thiz, jobject bitmap, jint size, jint bytes_per_sample) argument
216 Java_android_filterfw_core_NativeFrame_getNativeBitmap(JNIEnv* env, jobject thiz, jobject bitmap, jint size, jint bytes_per_sample) argument
[all...]

Completed in 6156 milliseconds

1234567891011>>