Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 25 of 25) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h326 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 …]
Dcavl_if.h178 unsigned depth;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dlookahead.c65 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()
Dlookahead.h39 unsigned int depth
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.c62 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()
Dvp9_lookahead.h45 unsigned int depth);
/hardware/ti/omap4-aah/
Dheaptracker.c99 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/
Dheaptracker.c99 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/
Dmsm_hdmi_hdcp_mgr.h48 uint8_t depth; member
/hardware/qcom/msm8996/kernel-headers/video/
Dmsm_hdmi_hdcp_mgr.h62 uint8_t depth; member
/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c475 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/
Dnestegg.h142 unsigned int depth; /**< Bits per sample. */ member
/hardware/intel/img/psb_video/src/x11/
Dpsb_x11.c124 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()
Dpsb_coverlay.c405 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/
Dcpplint.py1219 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/
Dtest.c142 aparams.rate, aparams.depth, aparams.channels); in main()
/hardware/intel/common/libva/va/
Dva.h2790 unsigned int depth; /* significant bits per pixel */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template1264 # 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/
DDoxyfile1644 # 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/
Dnestegg.c2173 params->depth = value; in nestegg_track_audio_params()
/hardware/bsp/intel/peripheral/sensors/mraa/doc/
DDoxyfile2308 # 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/
DDoxyfile.in2324 # 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.
DDoxyfile.java.in2286 # 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/
DDoxyfile.java.in2277 # 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.
DDoxyfile.in2300 # 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.