Searched refs:size (Results 226 - 250 of 2165) sorted by relevance

1234567891011>>

/frameworks/av/media/libmedia/
H A DIMediaLogService.cpp42 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) { argument
46 data.writeInt32((int32_t) size);
74 size_t size = (size_t) data.readInt32(); local
76 registerWriter(shared, size, name);
H A DStringArray.h59 inline int size(void) const { return mCurrent; } function in class:android::StringArray
/frameworks/av/media/libstagefright/foundation/
H A DAHierarchicalStateMachine.cpp101 while (A.size() > 0 && B.size() > 0 && A.top() == B.top()) {
108 for (size_t i = 0; i < A.size(); ++i) {
112 for (size_t i = B.size(); i-- > 0;) {
H A DParsedMessage.cpp28 const char *data, size_t size, bool noMoreData, size_t *length) {
30 ssize_t res = msg->parse(data, size, noMoreData);
85 ssize_t ParsedMessage::parse(const char *data, size_t size, bool noMoreData) { argument
86 if (size == 0) {
94 while (offset < size) {
96 while (lineEndOffset + 1 < size
102 if (lineEndOffset + 1 >= size) {
160 for (size_t i = 0; i < mDict.size(); ++i) {
171 if (size < totalLength) {
187 if (offset >= line.size()) {
27 Parse( const char *data, size_t size, bool noMoreData, size_t *length) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkSocketTest.java41 assertEquals(0, lc.size());
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11Ext.java126 int size,
133 int size,
140 int size,
147 int size,
125 glMatrixIndexPointerOES( int size, int type, int stride, java.nio.Buffer pointer ) argument
132 glMatrixIndexPointerOES( int size, int type, int stride, int offset ) argument
139 glWeightPointerOES( int size, int type, int stride, java.nio.Buffer pointer ) argument
146 glWeightPointerOES( int size, int type, int stride, int offset ) argument
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DSmokeTestSuiteBuilderTest.java31 assertEquals("Unexpected number of smoke tests.", 1, testCaseNames.size());
H A DTestGroupingTest.java44 assertEquals(1, tests.size());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DThroughput.java26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) { argument
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java62 child.setParent(this, mChildren.size() - 1);
90 if (mChildren.size() != 0) {
91 mChildField = new ScriptField_SgTransform(mRS, mChildren.size());
94 for (int i = 0; i < mChildren.size(); i ++) {
/frameworks/compile/libbcc/include/bcinfo/Wrap/
H A Din_memory_wrapper_input.h30 InMemoryWrapperInput(const char* buffer, size_t size);
38 // Returns the size of the buffer (in bytes).
50 // The size of the buffer.
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DNullFragment.h30 /// size -
31 size_t size() const { return 0x0; } function in class:mcld::NullFragment
/frameworks/compile/mclinker/include/mcld/Support/
H A DLEB128.h40 size_t size(IntType pValue) { function in namespace:mcld::leb128
41 size_t size = 1; local
44 ++size;
46 return size;
/frameworks/compile/mclinker/unittests/
H A DUniqueGCFactoryBaseTest.cpp48 ASSERT_TRUE( 2 == contextFactory->size());
56 ASSERT_TRUE( 2 == contextFactory->size());
66 ASSERT_TRUE( 2 == contextFactory->size());
87 ASSERT_TRUE( 2 == memFactory->size());
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionHeaderTable.hxx28 for (size_t i = 0; i < table.size(); ++i) {
50 TypeTraits<ELFSectionHeaderTy>::size);
79 for (size_t i = 0; i < table.size(); ++i) {
88 for (size_t i = 0; i < table.size(); ++i) {
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java97 Point size = new Point();
98 display.getSize(size);
99 AccessibilityNodeInfoDumper.dumpWindowToFile(info, dumpFile, rotation, size.x, size.y);
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java97 Point size = new Point();
98 display.getSize(size);
99 AccessibilityNodeInfoDumper.dumpWindowToFile(info, dumpFile, rotation, size.x, size.y);
/frameworks/av/media/libstagefright/id3/
H A DID3.cpp34 MemorySource(const uint8_t *data, size_t size) argument
36 mSize(size) {
43 virtual ssize_t readAt(off64_t offset, void *data, size_t size) { argument
46 size_t copy = (available > size) ? size : available;
73 ID3::ID3(const uint8_t *data, size_t size, bool ignoreV1) argument
80 sp<MemorySource> source = new MemorySource(data, size);
169 size_t size; local
170 if (!ParseSyncsafeInteger(header.enc_size, &size)) {
174 if (size > kMaxMetadataSiz
471 convertISO8859ToString8( const uint8_t *data, size_t size, String8 *s) argument
809 size_t size; local
867 off64_t size; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPConnection.cpp103 int size = 256 * 1024; local
104 CHECK_EQ(setsockopt(s, SOL_SOCKET, SO_RCVBUF, &size, sizeof(size)), 0);
330 for (size_t i = 0; i < s->mSources.size(); ++i) {
340 if (buffer->size() > 0) {
346 s->mRTCPSocket, buffer->data(), buffer->size(), 0,
359 CHECK_EQ(n, (ssize_t)buffer->size());
401 // ALOGI("received %d bytes.", buffer->size());
420 size_t size = buffer->size(); local
507 size_t size = buffer->size(); local
579 parseBYE( StreamInfo *s, const uint8_t *data, size_t size) argument
597 parseSR( StreamInfo *s, const uint8_t *data, size_t size) argument
[all...]
/frameworks/av/include/media/
H A DIHDCP.h61 // Encrypt data according to the HDCP spec. "size" bytes of data are
62 // available at "inData" (virtual address), "size" may not be a multiple
66 // until outData contains size bytes of encrypted data.
71 const void *inData, size_t size, uint32_t streamCTR,
74 // Encrypt data according to the HDCP spec. "size" bytes of data starting
75 // at location "offset" are available in "buffer" (buffer handle). "size"
79 // return until outData contains size bytes of encrypted data.
85 size_t offset, size_t size, uint32_t streamCTR,
90 // "size" bytes of encrypted data are available at "inData"
91 // (virtual address), "size" ma
[all...]
/frameworks/av/include/media/stagefright/
H A DFileSource.h37 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
39 virtual status_t getSize(off64_t *size);
61 ssize_t readAtDRM(off64_t offset, void *data, size_t size);
H A DMediaBuffer.h49 MediaBuffer(void *data, size_t size);
51 MediaBuffer(size_t size);
65 size_t size() const;
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DDelayAllPass_Sat_32x16To32.c31 LVM_UINT16 size, /* Delay size */
86 if (DelayOffset >= size)
91 if (AllPassOffset >= size)
30 DelayAllPass_Sat_32x16To32( LVM_INT32 *delay, LVM_UINT16 size, LVM_INT16 coeff, LVM_UINT16 DelayOffset, LVM_UINT16 *pAllPassOffset, LVM_INT32 *dst, LVM_INT16 n) argument
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h36 const void *inData, size_t size, uint32_t streamCTR,
41 size_t offset, size_t size, uint32_t streamCTR,
45 const void *inData, size_t size,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_chroma_inter.cpp33 size = total number of pixel in the current luminance VOP (int)
120 int32 size, /* i */
168 /* (pstprcTypPrv + (size>>6)). */
172 pp_prev1 = pstprcTypPrv + (size >> 6) + nmvx + nmvy * (mvwidth >> 1) ;
211 /* = size/256 = size>>8 */
212 mv_loc = (size >> 8);
111 pp_semaphore_chroma_inter( int xpred, int ypred, uint8 *pp_dec_u, uint8 *pstprcTypPrv, int dx, int dy, int mvwidth, int height, int32 size, int mv_loc, uint8 msk_deblock ) argument

Completed in 621 milliseconds

1234567891011>>