/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/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/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/qcom/msm8996/original-kernel-headers/video/ |
D | msm_hdmi_hdcp_mgr.h | 48 uint8_t depth; member
|
/hardware/qcom/msm8996/kernel-headers/video/ |
D | msm_hdmi_hdcp_mgr.h | 62 uint8_t depth; member
|
/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/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/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/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/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/common/libva/va/ |
D | va.h | 2790 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/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()
|
/hardware/bsp/intel/peripheral/sensors/mraa/doc/ |
D | Doxyfile | 2308 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs 2309 # generated by dot. A depth value of 3 means that only nodes reachable from the 2314 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | Doxyfile.in | 2324 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs 2325 # generated by dot. A depth value of 3 means that only nodes reachable from the 2330 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
D | Doxyfile.java.in | 2286 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs 2287 # generated by dot. A depth value of 3 means that only nodes reachable from the 2292 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
/hardware/bsp/intel/peripheral/libmraa/ |
D | Doxyfile.java.in | 2277 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs 2278 # generated by dot. A depth value of 3 means that only nodes reachable from the 2283 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
D | Doxyfile.in | 2300 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs 2301 # generated by dot. A depth value of 3 means that only nodes reachable from the 2306 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|