Searched defs:curr (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dsobeloperator.cpp47 const int curr = (i * width + j) * 4; local
48 const int above = (i > 0) ? curr - 4 * width : curr;
49 const int below = (i < height - 1) ? curr + 4 * width : curr;
53 (*(dataPtr + curr + c + right) - *(dataPtr + curr + c + left)) * 2 +
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.cpp31 char const* curr = extensions; local
32 char const* head = curr;
34 head = strchr(curr, ' ');
35 String8 s(curr, head ? head - curr : strlen(curr));
39 curr = head + 1;
/frameworks/av/media/libmedia/
H A DMetadata.cpp141 size_t curr = mData->dataPosition(); local
146 size_t left = curr - mBegin;
162 mData->setDataPosition(curr);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp143 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height) argument
145 if (curr == NULL || prevFrame == NULL) {
163 y1 = curr->yChan + lumstart;
164 u1 = curr->uChan + chrstart;
165 v1 = curr->vChan + chrstart;
/frameworks/native/opengl/libagl/
H A DTokenizer.cpp112 const run_t* const curr = a + mid; local
114 if (token < curr->first) c = 1;
115 else if (token >= curr->first+curr->length) c = -1;
H A DTextureObjectManager.cpp222 const GGLSurface* curr = mMipmaps + i; local
223 if (curr->format != surface.format) {
230 if (w != curr->width || h != curr->height) {
234 prev = curr;
/frameworks/av/media/libnblog/
H A DPerformanceAnalysis.cpp356 PerformanceAnalysis& curr = hash.second; local
358 curr.reportPerformance(&body, thread.first, hash.first);
364 writeToFile(curr.mHists, curr.mOutlierData, curr.mPeakTimestamps,
/frameworks/base/cmds/incident/
H A Dmain.cpp104 IncidentSection curr = INCIDENT_SECTIONS[i]; local
106 if (curr.id > sections[k].id) {
109 IncidentSection tmp = curr;
110 curr = sections[k];
113 sections[j] = curr;
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp264 __eglMustCastToProperFunctionPointerType* curr,
315 *curr++ = f;
508 __eglMustCastToProperFunctionPointerType* curr = local
522 *curr++ = f;
262 init_api(void* dso, char const * const * api, __eglMustCastToProperFunctionPointerType* curr, getProcAddressType getProcAddress) argument
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestProperties.cpp44 const Area& curr = get(); local
45 dmp << "\tbuffer area: width " << curr.width << ", height " << curr.height
93 const Area& curr = get(); local
96 mBuffer->updateBufferArea(curr);
98 mSourceCrop->updateBufferArea(curr);
100 mSurfaceDamage->updateBufferArea(curr);
333 const UnsignedArea& curr = get(); local
334 dmp << "\tdisplay dimension: " << curr.width<< " x " << curr
346 const UnsignedArea& curr = get(); local
547 const hwc_region_t& curr = get(); local
669 const hwc_region_t& curr = get(); local
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp57 WebPIterator curr; local
60 int ok = WebPDemuxGetFrame(mDemux, 1, &curr);
64 prev = curr;
65 ok = WebPDemuxGetFrame(mDemux, i + 1, &curr); // Get ith frame.
68 if ((!curr.has_alpha || curr.blend_method == WEBP_MUX_NO_BLEND) &&
69 isFullFrame(curr, canvasWidth, canvasHeight)) {
77 WebPDemuxReleaseIterator(&curr);
335 // We swap the prev/curr buffers as we go.
345 ALOGD(" prev = %p, curr
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2834 milliseconds