/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/ |
D | cavl_impl.h | 326 unsigned depth = 0, unbal_depth = 0; in L_() local 342 unbal_depth = depth; in L_() 355 L_BIT_ARR_1(branch, depth) in L_() 358 L_BIT_ARR_0(branch, depth) in L_() 362 depth++; in L_() 371 depth = unbal_depth; in L_() 376 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 377 depth++; in L_() 397 cmp = L_BIT_ARR_VAL(branch, depth) ? 1 : -1; in L_() 398 depth++; in L_() [all …]
|
D | cavl_if.h | 178 unsigned depth;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | lookahead.c | 65 unsigned int depth) in vp8_lookahead_init() argument 71 if(depth < 1) in vp8_lookahead_init() 72 depth = 1; in vp8_lookahead_init() 73 else if(depth > MAX_LAG_BUFFERS) in vp8_lookahead_init() 74 depth = MAX_LAG_BUFFERS; in vp8_lookahead_init() 77 depth += 1; in vp8_lookahead_init() 87 ctx->max_sz = depth; in vp8_lookahead_init() 88 ctx->buf = calloc(depth, sizeof(*ctx->buf)); in vp8_lookahead_init() 91 for(i=0; i<depth; i++) in vp8_lookahead_init()
|
D | lookahead.h | 39 unsigned int depth
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 62 unsigned int depth) { in vp9_lookahead_init() argument 66 depth = clamp(depth, 1, MAX_LAG_BUFFERS); in vp9_lookahead_init() 69 depth += MAX_PRE_FRAMES; in vp9_lookahead_init() 75 ctx->max_sz = depth; in vp9_lookahead_init() 76 ctx->buf = calloc(depth, sizeof(*ctx->buf)); in vp9_lookahead_init() 79 for (i = 0; i < depth; i++) in vp9_lookahead_init()
|
D | vp9_lookahead.h | 45 unsigned int depth);
|
/hardware/ti/omap4xxx/ |
D | heaptracker.c | 99 void print_backtrace(const intptr_t *bt, int depth) in print_backtrace() argument 106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); in print_backtrace() 111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { in print_backtrace() 371 int depth; in __wrap_free() local 372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_free() 385 print_backtrace(bt, depth); in __wrap_free() 390 print_backtrace(bt, depth); in __wrap_free() 419 int depth; in __wrap_realloc() local 420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_realloc() 433 print_backtrace(bt, depth); in __wrap_realloc() [all …]
|
/hardware/ti/omap4-aah/ |
D | heaptracker.c | 99 void print_backtrace(const intptr_t *bt, int depth) in print_backtrace() argument 106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); in print_backtrace() 111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { in print_backtrace() 371 int depth; in __wrap_free() local 372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_free() 385 print_backtrace(bt, depth); in __wrap_free() 390 print_backtrace(bt, depth); in __wrap_free() 419 int depth; in __wrap_realloc() local 420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_realloc() 433 print_backtrace(bt, depth); in __wrap_realloc() [all …]
|
/hardware/intel/common/libva/va/glx/ |
D | va_glx_impl.c | 475 if (wattr.depth != 24 && wattr.depth != 32) in create_tfp_surface() 482 wattr.depth in create_tfp_surface() 501 *attrib++ = GLX_DEPTH_SIZE; *attrib++ = wattr.depth; in create_tfp_surface() 502 if (wattr.depth == 32) { in create_tfp_surface() 528 if (wattr.depth == 32) in create_tfp_surface()
|
/hardware/intel/img/libdrm/libdrm/ |
D | xf86drmMode.c | 191 int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth, in drmModeAddFB() argument 202 f.depth = depth; in drmModeAddFB() 238 r->depth = info.depth; in drmModeGetFB()
|
D | xf86drmMode.h | 192 uint32_t depth; member 297 extern int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth,
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.c | 124 int depth; in psb_putsurface_x11() local 164 depth = DefaultDepth((Display *)ctx->native_dpy, ctx->x11_screen); in psb_putsurface_x11() 189 …ximg = XCreateImage((Display *)ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, width, height, 32… in psb_putsurface_x11()
|
D | psb_coverlay.c | 405 int depth, i; in psb_DisplayRGBASubpicture() local 470 depth = DefaultDepth(ctx->native_dpy, 0); in psb_DisplayRGBASubpicture() 472 …ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 3… in psb_DisplayRGBASubpicture()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 142 unsigned int depth; /**< Bits per sample. */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | cpplint.py | 1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument 1235 depth += 1 1237 depth -= 1 1238 if depth == 0: 1240 return (-1, depth) 1289 def FindStartOfExpressionInLine(line, endpos, depth, startchar, endchar): argument 1308 depth += 1 1310 depth -= 1 1311 if depth == 0: 1313 return (-1, depth) [all …]
|
/hardware/intel/img/libdrm/shared-core/ |
D | drm_mode.h | 233 __u32 depth; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
D | test.c | 142 aparams.rate, aparams.depth, aparams.channels); in main()
|
/hardware/intel/img/libdrm/tests/modeprint/ |
D | modeprint.c | 223 printf("\tdepth : %i\n", fb->depth); in printFrameBuffer()
|
/hardware/intel/common/libva/va/ |
D | va.h | 2787 unsigned int depth; /* significant bits per pixel */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | libs.doxy_template | 1264 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 1265 # graphs generated by dot. A depth value of 3 means that only nodes reachable 1270 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosCameraHWInterface2.cpp | 74 int depth = 0; in get_pixel_depth() local 78 depth = 8; in get_pixel_depth() 87 depth = 12; in get_pixel_depth() 101 depth = 16; in get_pixel_depth() 105 depth = 32; in get_pixel_depth() 112 return depth; in get_pixel_depth()
|
/hardware/intel/common/libva/doc/ |
D | Doxyfile | 1644 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 1645 # graphs generated by dot. A depth value of 3 means that only nodes reachable 1650 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 2173 params->depth = value; in nestegg_track_audio_params()
|