/external/aac/libAACenc/src/ |
aacenc.cpp | 307 const INT nElements, 332 nElements, 340 nElements, 350 nElements, 360 nElements 367 hAacEnc->maxElements = nElements; 712 for (el=0; el<cm->nElements; el++) { [all...] |
psy_main.cpp | 128 const INT nElements, 144 for (i=0; i<nElements; i++) { 188 const INT nElements, 210 for (i=0; i<nElements; i++) { 261 for (i=0; i<cm->nElements; i++) { 280 for (i=0; i<cm->nElements; i++) { 377 for (i=0; i<cm->nElements; i++) { [all...] |
bitenc.cpp | [all...] |
channel_map.h | 103 INT nElements;
|
channel_map.cpp | 278 cm->nElements = channelModeConfig[i].nElements; 339 FDK_ASSERT(cm->nElements<=(8));
|
aacenc_lib.cpp | 627 for (el=0; el<channelMapping->nElements; el++) { 703 FDK_ASSERT(cm.nElements <= (8)); 710 for (e=0; e<cm.nElements; e++) 743 } while ( (initialBitrate!=adjustedBitrate) && (numIterations<=cm.nElements) ); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | [all...] |
glxapi.h | 101 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements);
|
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | [all...] |
glxapi.h | 101 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glxext.h | 441 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
|
glx.h | 252 int *nelements );
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 441 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
|
glx.h | 252 int *nelements );
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 441 typedef GLXFBConfig * ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements); 442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements);
|
glx.h | 252 int *nelements );
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 302 int nElements = ranges[i].getSize()/attribSize; 303 for(int j=0;j<nElements;j++) {
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxcmds.c | [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | [all...] |
/external/mesa3d/src/glx/ |
glxcmds.c | [all...] |
/external/aac/libSBRenc/include/ |
sbr_encoder.h | 279 INT nElements,
|
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | 181 queue->nElements = 0; 218 queue->nElements = 0; 242 if(queue->nElements == 0) 261 queue->nElements++; 279 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE) 291 queue->nElements++; 307 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE) 319 queue->nElements++; 345 if(queue->nElements > 0) 368 queue->nElements-- [all...] |