HomeSort by relevance Sort by last modified time
    Searched refs:depth (Results 301 - 325 of 2204) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.h 40 * Set up a ZSL stream of a given resolution. Depth is the number of buffers
43 Camera3ZslStream(int id, uint32_t width, uint32_t height, int depth);
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 150 // Skips tags the parser isn't interested in. Uses depth to handle nested tags. i.e.,
152 // finds the matching END_TAG (as indicated by the value of "depth" being 0).
157 int depth = 1; local
158 while (depth != 0) {
161 depth--;
164 depth++;
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 186 if (private->info.depth > 8) {
240 switch (private->info.depth) {
267 WSCONS_ReportError("unsupported depth %d", private->info.depth);
273 "available for this %d bpp.", private->info.depth);
313 private->fblinebytes = width * ((private->info.depth + 7) / 8);
323 vformat->BitsPerPixel = private->info.depth;
324 vformat->BytesPerPixel = private->info.depth / 8;
335 if (format->BitsPerPixel == private->info.depth) {
351 if (bpp != private->info.depth) {
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 99 void print_backtrace(const intptr_t *bt, int depth)
106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH);
111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) {
371 int depth; local
372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH);
385 print_backtrace(bt, depth);
390 print_backtrace(bt, depth);
419 int depth; local
420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH);
433 print_backtrace(bt, depth);
    [all...]
  /build/tools/
findleaves.py 47 depth = 1 + root.count("/") - rootdepth
48 if depth < mindepth:
  /dalvik/vm/jdwp/
JdwpConstants.cpp 200 const char* dvmJdwpStepDepthStr(JdwpStepDepth depth)
202 switch (depth) {
  /external/chromium_org/net/http/
http_pipelined_host_forced.cc 75 if (!pipeline->depth()) {
93 pipeline_dict->SetInteger("depth", pipeline_->depth());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ShowMoreDataGridNode.js 97 if (this.depth)
98 cell.style.setProperty("padding-left", (this.depth * this.dataGrid.indentWidth) + "px");
  /external/chromium_org/third_party/WebKit/Source/platform/text/
SuffixTree.h 49 SuffixTree(const String& text, unsigned depth)
50 : m_depth(depth)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_transfer.c 48 assert(box->depth == 1);
56 for (i = 0; i < box->depth; i++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_blend.c 109 softpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth)
111 FREE( depth );
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.h 51 * \param srcWidth/Height/Depth source image size, in pixels
104 GLint width, GLint height, GLint depth,
119 GLsizei width, GLsizei height, GLsizei depth,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
rexx.l 270 unsigned depth;
278 depth = 1;
296 if(--depth == 0)
309 ++depth;
  /external/chromium_org/ui/gfx/ozone/dri/
dri_wrapper.cc 54 uint8_t depth,
63 depth,
  /external/chromium_org/ui/gl/
gl_implementation_android.cc 21 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
22 glClearDepthf(static_cast<GLclampf>(depth));
  /external/chromium_org/ui/snapshot/
snapshot_gtk.cc 55 if (image->depth != 24) {
56 LOG(ERROR)<< "Unsupported image depth " << image->depth;
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
ViewPort.java 148 * Check if depth buffer clearing is enabled.
150 * @return true if depth buffer clearing is enabled.
159 * Enable or disable clearing of the depth buffer for this ViewPort.
161 * By default depth clearing is disabled.
163 * @param clearDepth Enable/disable depth buffer clearing.
214 * Set the clear flags (color, depth, stencil) in one call.
217 * @param depth If depth buffer clearing should be enabled.
224 public void setClearFlags(boolean color, boolean depth, boolean stencil){
226 this.clearDepth = depth;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_transfer.c 48 assert(box->depth == 1);
56 for (i = 0; i < box->depth; i++) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_blend.c 109 softpipe_delete_depth_stencil_state(struct pipe_context *pipe, void *depth)
111 FREE( depth );
  /external/mesa3d/src/mesa/main/
texstore.h 51 * \param srcWidth/Height/Depth source image size, in pixels
104 GLint width, GLint height, GLint depth,
119 GLsizei width, GLsizei height, GLsizei depth,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 79 int width, int height, int depth, int channels );
191 int width, int height, int depth, int channels );
loadsave.cpp 393 int depth = 8; local
429 depth = reader->GetDepth();
438 if(reader->IsFloat() && depth != 8)
441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
447 if(reader->IsFloat() && depth != 8)
450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S;
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarigl_c.h 78 GLint depth,stencil,accum; member in struct:SDL_PrivateGLData
92 #define gl_curdepth (this->gl_data->depth)
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_centscreen.c 59 modeinfo.depth = listedmode.plan;
60 modeinfo.flags = (modeinfo.depth == 8 ? XBIOSMODE_C2P : 0);
  /external/srec/tools/grxmlcompile/
sub_base.cpp 175 void SubGraph::ReverseDepthData (int startId, int *depthMap, int depth)
179 if (depthMap[startId] > depth)
180 depthMap[startId]= depth;
190 ReverseDepthData (nextId, depthMap, depth+1);
196 void SubGraph::ForwardDepthData (int startId, int *depthMap, int depth)
200 if (depthMap[startId] > depth)
201 depthMap[startId]= depth;
211 ForwardDepthData (nextId, depthMap, depth+1);

Completed in 2001 milliseconds

<<11121314151617181920>>