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

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLExtensions.cpp44 char const* curr = (char const*)extensions; local
45 char const* head = curr;
47 head = strchr(curr, ' ');
48 String8 s(curr, head ? head-curr : strlen(curr));
52 curr = head+1;
/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/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.cpp139 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height) argument
141 if (curr == NULL || prevFrame == NULL) {
159 y1 = curr->yChan + lumstart;
160 u1 = curr->uChan + chrstart;
161 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/native/opengl/libs/EGL/
H A DLoader.cpp282 __eglMustCastToProperFunctionPointerType* curr,
333 *curr++ = f;
523 __eglMustCastToProperFunctionPointerType* curr = local
537 *curr++ = f;
280 init_api(void* dso, char const * const * api, __eglMustCastToProperFunctionPointerType* curr, getProcAddressType getProcAddress) argument
/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/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/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 767 milliseconds