/hardware/libhardware/modules/sensors/dynamic_sensor/ |
D | HidRawSensor.cpp | 708 std::vector<std::string> segments; in detectAndroidCustomSensor() local 712 segments.push_back(str.substr(start, end - start)); in detectAndroidCustomSensor() 717 segments.push_back(str.substr(start)); in detectAndroidCustomSensor() 720 if (segments.size() < 4) { in detectAndroidCustomSensor() 727 if (!segments[0].empty()) { in detectAndroidCustomSensor() 728 if (::isdigit(segments[0][0])) { in detectAndroidCustomSensor() 729 int type = ::atoi(segments[0].c_str()); in detectAndroidCustomSensor() 760 for (auto c : segments[0]) { in detectAndroidCustomSensor() 771 if (s.str() == segments[0]) { in detectAndroidCustomSensor() 781 if (segments[1].size() == 1) { in detectAndroidCustomSensor() [all …]
|
/hardware/interfaces/camera/device/3.5/ |
D | types.hal | 148 * APP segments blob, which contains JPEG APP1 to APPn (Application Marker) 149 * segments as specified in JEITA CP-3451. 151 * To capture a JPEG APP segments blob, a stream is created using the pixel format 159 * so the HAL needs to include the final size of all APP segments using this 163 * The transport header must be at the end of the JPEG APP segments output stream 166 * buffer. The JPEG APP segments data itself starts at the beginning of the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | tessellation.adoc | 108 Controls the spacing of segments on the edges of tessellated primitives. 132 collection of line segments arranged in strips stretching across the 201 of segments used to subdivide a corresponding edge. 202 The method used to derive the number and spacing of segments is specified by 212 corresponding edge is divided into [eq]#n# segments of equal length in (u,v) 222 Otherwise, the corresponding edge will be divided into [eq]#n - 2# segments 223 of equal length, and two additional segments of equal length that are 224 typically shorter than the other segments. 225 The length of the two additional segments relative to the others will 228 When [eq]#n - f# is zero, the additional segments will have equal length to [all …]
|
D | video_encode_h265_extensions.adoc | 70 segments that can: be encoded for a single picture. 71 Further restrictions may: apply to the number of slice segments that 138 If not supported, all slice segments in such a frame must: begin at the 144 If not supported, slice segments in such a frame must: begin at the 148 indicates that when a frame is encoded with multiple slice segments, the 151 If not supported, all slice segments of the frame must: be encoded with 154 For example, all slice segments of a P-frame would be encoded as 171 indicates if encoding multiple slice segments per tile is supported. 259 value is identical across the slice segments of the encoded frame. 264 value is different across the slice segments of the encoded frame. [all …]
|
D | primsrast.adoc | 31 segments to appear fatter in one direction than the other. 84 * pname:lineWidth is the width of rasterized line segments. 2821 * pname:lineWidth is the width of rasterized line segments. 2842 width 1.0 antialiased segments must: be provided. 2870 line segments produce fragments which intersect a rectangle centered on the 2904 If <<limits-strictLines, pname:strictLines>> is ename:VK_TRUE, line segments 2993 * Rasterization of non-antialiased non-strict line segments may: be 3036 x-major line segments have slope in the closed interval [eq]#[-1,1]#; all 3037 other line segments are y-major (slope is determined by the segment's 3039 We specify rasterization only for x-major segments except in cases where the [all …]
|
D | video_decode_h265_extensions.adoc | 523 segments of the picture within the video bitstream buffer range
|
D | video_encode_extensions.adoc | 731 provided in pname:pLayers would apply to all encoded segments of the video
|
D | shaders.adoc | 196 segments on the edges of tessellated primitives, it must: match the 504 the spacing of segments on the edges of tessellated primitives
|
D | vertexpostproc.adoc | 1296 When rasterizing <<primsrast-lines,line segments>>, the number of fractional
|
D | interfaces.adoc | 3525 For triangles drawn as points or line segments (see <<primsrast-polygonmode,
|
D | limits.adoc | 3098 segments>>.
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 54 * JPEG APP segments format as specified by JEIDA spec 57 * by zero or more APPn segments, as is specified by JEITA CP-3451C section 4.5.4. 62 * HAL_PIXEL_FORMAT_BLOB: JPEG APP segments optionally containing thumbnail image
|
/hardware/interfaces/tv/tuner/1.1/default/ |
D | Frontend.cpp | 605 vector<uint8_t> segments = {2, 3}; in getStatusExt1_1() local 606 status.isdbtSegment(segments); in getStatusExt1_1()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_h265.adoc | 156 …eSegmentOffsets` array contains the relative offset of individual slice segments of the picture wi… 341 .sliceSegmentCount = ... // number of slice segments 468 …re a need for the application to specify the offset of individual slice segments of the decoded pi… 470 Implementations can take advantage of having access to the offsets of individual slice segments wit…
|
D | Roadmap.adoc | 77 …this. Vulkan SC and the Vulkan portability effort address unique market segments with their own ne…
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.cpp | 812 uint32_t segments; in getPwleCompositionSizeMax() local 813 if (!mHwApi->getAvailablePwleSegments(&segments)) { in getPwleCompositionSizeMax() 818 *maxSize = (segments > COMPOSE_PWLE_SIZE_LIMIT) ? COMPOSE_PWLE_SIZE_LIMIT : segments; in getPwleCompositionSizeMax()
|
/hardware/interfaces/camera/metadata/3.4/ |
D | types.hal | 169 * <p>The maximum number of Jpeg APP segments supported by the camera HAL device.</p>
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | Frontend.cpp | 888 vector<int32_t> segments = {2, 3}; in getStatus() local 889 status.set<FrontendStatus::isdbtSegment>(segments); in getStatus()
|
/hardware/google/pixel/pixelstats/ |
D | pixelatoms.proto | 302 /* The value of dirty segments of f2fs */ 304 /* The value of free segments of f2fs */ 1011 * Log how many segments have been reclaimed in a specific GC mode. 1015 /* Reclaimed segments in GC normal mode */ 1017 /* Reclaimed segments in GC urgent high mode */ 1019 /* Reclaimed segments in GC urgent low mode */ 1021 /* Reclaimed segments in GC urgent mid mode */
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 4807 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 4825 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glcorearb.h | 4983 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 5001 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
|
D | glext.h | 9732 typedef void (APIENTRYP PFNGLCOMMANDLISTSEGMENTSNVPROC) (GLuint list, GLuint segments); 9750 GLAPI void APIENTRY glCommandListSegmentsNV (GLuint list, GLuint segments);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12199 * Change should: to must: in description of where additional segments are
|