/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/ |
D | mm_lib2d.c | 209 p_frame->frame[0].plane[0].plane_type = PLANE_ARGB; in lib2d_fill_img_frame() 210 p_frame->frame[0].plane[0].addr = rgb_buffer->buffer; in lib2d_fill_img_frame() 211 p_frame->frame[0].plane[0].stride = rgb_buffer->stride; in lib2d_fill_img_frame() 212 p_frame->frame[0].plane[0].length = (rgb_buffer->stride * in lib2d_fill_img_frame() 214 p_frame->frame[0].plane[0].fd = rgb_buffer->fd; in lib2d_fill_img_frame() 215 p_frame->frame[0].plane[0].height = rgb_buffer->height; in lib2d_fill_img_frame() 216 p_frame->frame[0].plane[0].width = rgb_buffer->width; in lib2d_fill_img_frame() 217 p_frame->frame[0].plane[0].offset = 0; in lib2d_fill_img_frame() 218 p_frame->frame[0].plane[0].scanline = rgb_buffer->height; in lib2d_fill_img_frame() 227 p_frame->frame[0].plane[0].plane_type = PLANE_Y; in lib2d_fill_img_frame() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/ |
D | utf16_le.c | 107 unsigned int plane, high; in utf16le_code_to_mbc() local 109 plane = (code >> 16) - 1; in utf16le_code_to_mbc() 112 *p++ = (UChar)(((plane & 0x03) << 6) + (high >> 2)); in utf16le_code_to_mbc() 113 *p++ = (UChar)((plane >> 2) + 0xd8); in utf16le_code_to_mbc()
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 57 (GLenum plane, const GLfloat *equation), 58 (plane, equation))
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_entry.cpp | 11 void glClipPlanef(GLenum plane, const GLfloat* equation); 186 void glClipPlanexOES(GLenum plane, const GLfixed* equation); 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation); 250 void glClipPlanefOES(GLenum plane, const GLfloat* equation); 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation); 325 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() argument 328 ctx->glClipPlanef( plane, equation); in glClipPlanef() 1375 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() argument 1378 ctx->glClipPlanexOES( plane, equation); in glClipPlanexOES() 1381 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() argument [all …]
|
D | gles1.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation) 187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation) 250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 71 void glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() argument 73 getDispatch()->glClipPlanef(plane, equation); in glClipPlanef() 306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() argument 308 getDispatch()->glClipPlanex(plane, equation); in glClipPlanex() 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) in glClipPlanexOES() argument 863 getDispatch()->glClipPlanexOES(plane, equation); in glClipPlanexOES() 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) in glClipPlanefOES() argument 1173 getDispatch()->glClipPlanefOES(plane, equation); in glClipPlanefOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 11 void glClipPlanef(GLenum plane, const GLfloat* equation); 186 void glClipPlanexOES(GLenum plane, const GLfixed* equation); 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation); 250 void glClipPlanefOES(GLenum plane, const GLfloat* equation); 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation); 327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() argument 330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef() 1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() argument 1384 ctx->glClipPlanexOES(ctx, plane, equation); in glClipPlanexOES() 1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() argument [all …]
|
D | gl_enc.cpp | 101 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc() argument 120 memcpy(ptr, &plane, 4); ptr += 4; in glClipPlanef_enc() 5007 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexOES_enc() argument 5026 memcpy(ptr, &plane, 4); ptr += 4; in glClipPlanexOES_enc() 5035 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexIMG_enc() argument 5054 memcpy(ptr, &plane, 4); ptr += 4; in glClipPlanexIMG_enc() 6853 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefOES_enc() argument 6872 memcpy(ptr, &plane, 4); ptr += 4; in glClipPlanefOES_enc() 6881 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefIMG_enc() argument 6900 memcpy(ptr, &plane, 4); ptr += 4; in glClipPlanefIMG_enc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
D | cjkcodecs.h | 186 #define TRYMAP_DEC_MPLANE(charset, assi, plane, c1, c2) \ argument 187 if _TRYMAP_DEC(&charset##_decmap[plane][c1], assi, c2)
|
D | _codecs_iso2022.c | 110 unsigned char plane; member 221 switch (dsg->plane) { in ENCODER()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
D | cjkcodecs.h | 186 #define TRYMAP_DEC_MPLANE(charset, assi, plane, c1, c2) \ argument 187 if _TRYMAP_DEC(&charset##_decmap[plane][c1], assi, c2)
|
D | _codecs_iso2022.c | 110 unsigned char plane; member 221 switch (dsg->plane) { in ENCODER()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation) 186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation) 187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation) 250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation) 251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | xmltok.c | 542 int plane; \ 581 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \ 582 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \ 583 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmltok.c | 546 int plane; \ 585 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \ 586 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \ 587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 11 void glClipPlanef(GLenum plane, const GLfloat *equation); 58 void glClipPlanex(GLenum plane, const GLfixed *equation);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation); 710 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation); 849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation); 856 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
|
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | videodev2.h | 559 __u32 plane; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | msm_camera.h | 1986 struct plane_data plane[MAX_PLANES]; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | videodev2.h | 559 __u32 plane; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | videodev2.h | 1056 __u32 plane; member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | msm_camera.h | 1571 struct plane_data plane[MAX_PLANES]; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | msm_camera.h | 1986 struct plane_data plane[MAX_PLANES]; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | videodev2.h | 1056 __u32 plane; member
|