HomeSort by relevance Sort by last modified time
    Searched full:attrib_list (Results 151 - 175 of 198) sorted by null

1 2 3 4 5 67 8

  /hardware/intel/img/psb_video/src/
vsp_VPP.c 222 VAConfigAttrib __maybe_unused *attrib_list,
235 switch (obj_config->attrib_list[i].type) {
342 if (VAConfigAttribRTFormat == obj_config->attrib_list[i].type) {
343 switch (obj_config->attrib_list[i].value) {
    [all...]
psb_drv_video.h 373 VAConfigAttrib attrib_list[PSB_MAX_CONFIG_ATTRIBUTES]; member in struct:object_config_s
663 VAConfigAttrib *attrib_list,
pnw_VC1.c 291 VAConfigAttrib *attrib_list,
298 switch (attrib_list[i].type) {
302 attrib_list[i].value = HW_SUPPORTED_MAX_PICTURE_WIDTH_VC1;
304 attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
309 attrib_list[i].value = HW_SUPPORTED_MAX_PICTURE_HEIGHT_VC1;
311 attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
326 switch (obj_config->attrib_list[i].type) {
    [all...]
tng_yuv_processor.c 45 VAConfigAttrib __maybe_unused * attrib_list,
tng_jpegdec.c 214 VAConfigAttrib __maybe_unused * attrib_list,
223 switch (obj_config->attrib_list[i].type) {
    [all...]
  /hardware/intel/common/libva/va/
va_trace.c 396 VAConfigAttrib *attrib_list,
410 if (attrib_list) {
412 va_TraceMsg(trace_ctx, "\t\tattrib_list[%d].type = 0x%08x\n", i, attrib_list[i].type);
413 va_TraceMsg(trace_ctx, "\t\tattrib_list[%d].value = 0x%08x\n", i, attrib_list[i].value);
458 VASurfaceAttrib *attrib_list,
465 if (!attrib_list || !num_attribs)
468 p = attrib_list;
530 VASurfaceAttrib *attrib_list,
549 va_TraceSurfaceAttributes(trace_ctx, attrib_list, &num_attribs);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 445 int[] attrib_list = { local
450 attrib_list, /*offset*/ 0);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 133 const EGLint *attrib_list)
148 if (!_eglInitSurface(&dri2_surf->base, disp, EGL_WINDOW_BIT, conf, attrib_list))
212 const EGLint *attrib_list)
    [all...]
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp 802 EGLint attrib_list[3] = { EGL_NONE, EGL_NONE, EGL_NONE };
804 attrib_list[0] = EGL_GL_COLORSPACE_KHR;
805 attrib_list[1] = EGL_GL_COLORSPACE_SRGB_KHR;
809 eglGetNativeClientBufferANDROID(mBuffer), attrib_list);
    [all...]
  /external/mesa3d/docs/specs/
MESA_query_renderer.spec 98 Accepted as an attribute name in <*attrib_list> in
  /external/mesa3d/src/glx/
driwindows_glx.c 113 int buffer, const int *attrib_list)
glxcmds.c     [all...]
dri3_glx.c 612 int buffer, const int *attrib_list)
drisw_glx.c 281 int buffer, const int *attrib_list)
glxclient.h 240 int buffer, const int *attrib_list);
  /external/skia/include/gpu/gl/
GrGLFunctions.h 258 typedef GrEGLImage (* GrEGLCreateImageProc)(GrEGLDisplay dpy, GrEGLContext ctx, GrEGLenum target, GrEGLClientBuffer buffer, const GrEGLint *attrib_list);
  /frameworks/native/opengl/libs/GLES2/
gl2ext_api.in 301 void API_ENTRY(glEGLImageTargetTexStorageEXT)(GLenum target, GLeglImageOES image, const GLint* attrib_list) {
302 CALL_GL_API(glEGLImageTargetTexStorageEXT, target, image, attrib_list);
304 void API_ENTRY(glEGLImageTargetTextureStorageEXT)(GLuint texture, GLeglImageOES image, const GLint* attrib_list) {
305 CALL_GL_API(glEGLImageTargetTextureStorageEXT, texture, image, attrib_list);
    [all...]
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 1262 int attrib_list[] = { local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 709 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
713 mEGLContextClientVersion != 0 ? attrib_list : null);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 534 VAConfigAttrib *attrib_list,
546 switch (obj_config->attrib_list[i].type) {
    [all...]
psb_MPEG2MC.c     [all...]
  /external/skqp/include/gpu/gl/
GrGLFunctions.h     [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 778 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
782 mEGLContextClientVersion != 0 ? attrib_list : null);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 793 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
797 mEGLContextClientVersion != 0 ? attrib_list : null);
    [all...]
  /frameworks/native/opengl/libs/
entries.in 232 GL_ENTRY(void, glEGLImageTargetTexStorageEXT, GLenum target, GLeglImageOES image, const GLint* attrib_list)
234 GL_ENTRY(void, glEGLImageTargetTextureStorageEXT, GLuint texture, GLeglImageOES image, const GLint* attrib_list)
    [all...]

Completed in 5070 milliseconds

1 2 3 4 5 67 8