Searched refs:size (Results 276 - 300 of 2722) sorted by relevance

<<11121314151617181920>>

/frameworks/av/include/media/
H A DStringArray.h59 inline int size(void) const { return mCurrent; } function in class:android::StringArray
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/media/libmedia/
H A DIMediaLogService.cpp42 virtual void registerWriter(const sp<IMemory>& shared, size_t size, const char *name) { argument
46 data.writeInt64((int64_t) size);
74 size_t size = (size_t) data.readInt64(); local
76 registerWriter(shared, size, name);
/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;) {
/frameworks/base/cmds/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/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/base/tools/split-select/
H A DGrouper.cpp38 const size_t splitCount = splits.size();
60 const size_t densityCount = densityGroups.size();
65 const size_t abiCount = abiGroups.size();
70 const size_t localeCount = localeGroups.size();
H A DMain.cpp73 const size_t apkSplitCount = splits.size();
96 const size_t splitDescriptionCount = splitDescriptions.size();
162 kAndroidNamespace.string(), kAndroidNamespace.size(),
163 kVersionCodeAttr.string(), kVersionCodeAttr.size());
170 kAndroidNamespace.string(), kAndroidNamespace.size(),
171 kMultiArchAttr.string(), kMultiArchAttr.size());
178 kAndroidNamespace.string(), kAndroidNamespace.size(),
179 kMinSdkVersionAttr.string(), kMinSdkVersionAttr.size());
188 if (endPtr != minSdk8.string() + minSdk8.size()) {
217 const size_t configCount = configs.size();
[all...]
H A DSplitSelector.cpp41 const size_t splitCount = splits.size();
61 const size_t groupCount = mGroups.size();
71 const size_t groupCount = mGroups.size();
74 const size_t splitCount = splits.size();
/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/Support/
H A DLEB128.h37 size_t size(IntType pValue) { function in namespace:mcld::leb128
38 size_t size = 1; local
41 ++size;
43 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/minikin/libs/minikin/
H A DMinikinFontFreeType.cpp49 FT_Set_Pixel_Sizes(mTypeface, 0, paint.size);
61 bool MinikinFontFreeType::GetTable(uint32_t tag, uint8_t *buf, size_t *size) { argument
62 FT_ULong ftsize = *size;
67 *size = ftsize;
/frameworks/native/include/gui/
H A DSensor.h82 status_t flatten(void* buffer, size_t size) const;
83 status_t unflatten(void const* buffer, size_t size);
102 static void flattenString8(void*& buffer, size_t& size, const String8& string8);
103 static bool unflattenString8(void const*& buffer, size_t& size, String8& outputString8);
/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/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/drm/mediadrm/plugins/clearkey/
H A DSessionLibrary.cpp54 sessionIdString.size());
67 const void* data, size_t size) {
69 sessionId.appendArray(reinterpret_cast<const uint8_t*>(data), size); local
66 findSession( const void* data, size_t size) argument
/frameworks/av/include/media/stagefright/
H A DFileSource.h38 virtual ssize_t readAt(off64_t offset, void *data, size_t size);
40 virtual status_t getSize(off64_t *size);
62 ssize_t readAtDRM(off64_t offset, void *data, size_t size);
/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 8262 milliseconds

<<11121314151617181920>>