Home
last modified time | relevance | path

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

12

/hardware/qcom/msm8998/json-c/
Djson_tokener.c107 struct json_tokener* json_tokener_new_ex(int depth) in json_tokener_new_ex() argument
113 tok->stack = (struct json_tokener_srec *)calloc(depth, sizeof(struct json_tokener_srec)); in json_tokener_new_ex()
119 tok->max_depth = depth; in json_tokener_new_ex()
137 static void json_tokener_reset_level(struct json_tokener *tok, int depth) in json_tokener_reset_level() argument
139 tok->stack[depth].state = json_tokener_state_eatws; in json_tokener_reset_level()
140 tok->stack[depth].saved_state = json_tokener_state_start; in json_tokener_reset_level()
141 json_object_put(tok->stack[depth].current); in json_tokener_reset_level()
142 tok->stack[depth].current = NULL; in json_tokener_reset_level()
143 free(tok->stack[depth].obj_field_name); in json_tokener_reset_level()
144 tok->stack[depth].obj_field_name = NULL; in json_tokener_reset_level()
[all …]
Djson_tokener.h82 int max_depth, depth, is_double, st_pos, char_offset; member
122 extern struct json_tokener* json_tokener_new_ex(int depth);
DChangeLog53 * Maximum recursion depth is now a runtime option.
55 json_tokener_new_ex(depth)
162 using a depth state structure to allow incremental parsing
/hardware/interfaces/camera/metadata/3.4/
Dtypes.hal96 /** android.depth.availableRecommendedDepthStreamConfigurations [static, int32[], ndk_public]
98 * <p>Recommended depth stream configurations for common client use cases.</p>
102 /** android.depth.availableDynamicDepthStreamConfigurations [static, enum[], ndk_public]
104 * <p>The available dynamic depth dataspace stream
110 /** android.depth.availableDynamicDepthMinFrameDurations [static, int64[], ndk_public]
113 * format/size combination for dynamic depth output streams.</p>
117 /** android.depth.availableDynamicDepthStallDurations [static, int64[], ndk_public]
120 * output format/size combination for dynamic depth streams.</p>
239 /** android.depth.availableDynamicDepthStreamConfigurations enumeration values
/hardware/qcom/neuralnetworks/hvxservice/1.0/hexagon_nn_controller/
Dhexagon_nn_controller.h65 unsigned int depth; member
93 unsigned int width, unsigned int depth,
/hardware/qcom/sdm845/display/gralloc/
Dgr_adreno_info.h146 int AdrenoInitMemoryLayout(void *metadata_blob, int width, int height, int depth, int format,
185 int (*LINK_adreno_init_memory_layout)(void* metadata_blob, int width, int height, int depth,
Dgr_adreno_info.cpp251 int AdrenoMemInfo::AdrenoInitMemoryLayout(void *metadata_blob, int width, int height, int depth, in AdrenoInitMemoryLayout() argument
255 return LINK_adreno_init_memory_layout(metadata_blob, width, height, depth, in AdrenoInitMemoryLayout()
/hardware/interfaces/graphics/common/1.1/
Dtypes.hal31 * 16-bit format that has a single 16-bit depth component.
39 * 32-bit format that has a single 24-bit depth component and, optionally,
48 * 32-bit format that has a 24-bit depth component and an 8-bit stencil
51 * The depth component values are unsigned normalized to the range [0, 1],
58 * 32-bit format that has a single 32-bit depth component.
66 * Two-component format that has a 32-bit depth component, an 8-bit stencil
69 * The depth component values are signed floats, whose interpretation is
/hardware/qcom/msm8996/kernel-headers/video/
Dmsm_hdmi_hdcp_mgr.h62 uint8_t depth; member
/hardware/qcom/msm8996/original-kernel-headers/video/
Dmsm_hdmi_hdcp_mgr.h48 uint8_t depth; member
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp252 XMLElement *depth = deviceCfg->FirstChildElement("Depth16Supported"); in loadFromCfg() local
253 if (depth == nullptr) { in loadFromCfg()
257 ret.depthEnabled = depth->BoolAttribute("enabled", false); in loadFromCfg()
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonController.cpp135 uint32_t height, uint32_t width, uint32_t depth, in append_const_node() argument
137 CONTROLLER_CHECK(append_const_node, id, node_id, batches, height, width, depth, data, data_len); in append_const_node()
DHexagonController.h74 uint32_t width, uint32_t depth, const uint8_t* data, uint32_t data_len);
DHexagonUtils.cpp265 ", .depth: " + std::to_string(tensordef.depth) + in toString()
/hardware/interfaces/graphics/common/1.2/
Dtypes.hal49 * Embedded depth metadata following the dynamic depth specification.
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal147 * * 0: A 4-D tensor, of shape [batches, height, width, depth], specifying
170 * * 0: A 4-D tensor, of shape [batches, height, width, depth], specifying
189 * [batches, out_height, out_width, depth].
315 * containing depth_out convolutional filters of depth 1, DEPTHWISE_CONV
404 * Rearranges data from depth into blocks of spatial data.
407 * values from the depth dimension are moved in spatial blocks to the height
411 * Chunks of data of size block_size * block_size from depth are rearranged
415 * height is input_height * block_size. The depth of the input tensor must
429 * of the input depth.
433 * width*block_size, depth/(block_size*block_size)].
[all …]
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal127 * | depth measurements, opaque with 16 bit
383 * Dataspace::DEPTH, each pixel is a distance value measured by a depth
541 * which describes both gamma curve and numeric range (within the bit depth).
543 * Other dataspaces include depth measurement data from a depth camera.
917 * 0 to 2^b-1, where b is the bit depth of the color format.
923 * 1/16*2^b to 15/16*2^b for Cb, Cr, R, G and B, where b is the bit depth of
926 * E.g. For 8-bit-depth formats:
930 * For 10-bit-depth formats:
1152 * The buffer contains depth ranging measurements from a depth camera.
1154 * HAL_PIXEL_FORMAT_Y16: 16-bit samples, consisting of a depth measurement
[all …]
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal44 * Buffers must have a 8 bit depth.
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal63 * Buffers must have a 8 bit depth.
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp708 uint32_t depth; member
722 : field(field_), parent(parent_), index(index_), depth(depth_), in Impl()
754 size_t C2FieldUtils::Info::depth() const { in depth() function in C2FieldUtils::Info
755 return _mImpl->depth; in depth()
922 mHead /* parent */, index, mHead == nullptr ? 0 : mHead->depth + 1, in makeLeaf()
/hardware/interfaces/memtrack/1.0/
DIMemtrack.hal27 * accounting for stride, bit depth, rounding up to page size, etc.
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal758 * sharp focus (depth of field).</p>
1821 /** android.depth.maxDepthSamples [static, int32, system]
1823 * <p>Maximum number of points that a depth point cloud may contain.</p>
1827 /** android.depth.availableDepthStreamConfigurations [static, enum[], ndk_public]
1829 * <p>The available depth dataspace stream
1835 /** android.depth.availableDepthMinFrameDurations [static, int64[], ndk_public]
1838 * format/size combination for depth output formats.</p>
1842 /** android.depth.availableDepthStallDurations [static, int64[], ndk_public]
1845 * output format/size combination for depth streams.</p>
1849 /** android.depth.depthIsExclusive [static, enum, public]
[all …]
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h357 void setDepth(uint32_t depth);
/hardware/interfaces/automotive/evs/1.0/
DIEvsCamera.hal37 * Specifies the depth of the buffer chain the camera is asked to support.
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal242 * * 0: A 4-D tensor, of shape [batches, height, width, depth], specifying
269 * * 0: A 4-D tensor, of shape [batches, height, width, depth], specifying
292 * [batches, out_height, out_width, depth].
481 * containing depth_out convolutional filters of depth 1, DEPTHWISE_CONV
626 * Rearranges data from depth into blocks of spatial data.
629 * values from the depth dimension are moved in spatial blocks to the height
633 * Chunks of data of size block_size * block_size from depth are rearranged
637 * height is input_height * block_size. The depth of the input tensor must
655 * of the input depth.
662 * width*block_size, depth/(block_size*block_size)].
[all …]

12