/hardware/interfaces/camera/device/1.0/ |
D | ICameraDeviceCallback.hal | 59 * @param msgType The kind of image buffer data this call represents. 71 * @param msgType The kind of image buffer data this call represents. 85 * @param msgType The kind of image buffer data this call represents. 105 * @param msgType The kind of image buffer data this call represents.
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | shape.h | 42 int kind; /* ShapeBounding or ShapeClip */ member
|
D | shapeproto.h | 171 BYTE kind; /* either ShapeBounding or ShapeClip */ member 214 CARD8 kind; /* ShapeBounding or ShapeClip */ member
|
D | syncproto.h | 439 BYTE kind; member 454 BYTE kind; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_image_compression_control_swapchain.adoc | 24 control when this kind of compression can be applied to swapchain images.
|
D | VK_IMG_filter_cubic.adoc | 18 Performing this kind of filtering can be done in a shader by using 16
|
D | VK_EXT_image_compression_control.adoc | 23 control when this kind of compression can be applied.
|
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/ |
D | IComponentStore.aidl | 74 Kind kind;
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/ |
D | IComponentStore.aidl | 49 android.hardware.media.c2.IComponentStore.ComponentTraits.Kind kind;
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/ |
D | IComponentStore.aidl | 49 android.hardware.media.c2.IComponentStore.ComponentTraits.Kind kind;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1407 if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", in is_video_session_supported() 1440 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1444 else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1446 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1450 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1451 !strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.mvc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1455 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1459 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1463 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1467 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() [all …]
|
D | omx_vdec_hevc.cpp | 1280 strlcpy(drv_ctx.kind,role,128); in component_init() 1282 if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1296 } else if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1309 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1321 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1336 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1352 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1369 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() 1381 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc",\ in component_init() 1393 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1",\ in component_init() [all …]
|
D | omx_vdec.cpp | 1239 strlcpy(drv_ctx.kind,role,128); in component_init() 1241 if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1254 } else if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1266 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1280 else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1298 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1316 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1337 else if ((!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1338 OMX_MAX_STRINGNAME_SIZE)) || (!strncmp(drv_ctx.kind, \ in component_init() 1360 else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() [all …]
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssRilCallback.hal | 34 * @param setIdflag Specifies the kind of SET ID that is required by the HAL.
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2_params.cpp | 801 … if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", OMX_MAX_STRINGNAME_SIZE)) { in set_parameter() 808 … } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.mpeg2", OMX_MAX_STRINGNAME_SIZE)) { in set_parameter() 815 … } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in set_parameter() 823 … } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp9", OMX_MAX_STRINGNAME_SIZE)) { in set_parameter() 831 … } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE)) { in set_parameter() 839 … DEBUG_PRINT_ERROR("Setparameter: unknown param %s", drv_ctx.kind); in set_parameter()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1756 if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", in is_video_session_supported() 1789 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1792 } else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1795 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1798 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1799 !strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.mvc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1802 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1805 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1808 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1811 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() [all …]
|
D | omx_vdec_hevc.cpp | 1275 strlcpy(drv_ctx.kind,role,128); in component_init() 1277 if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1291 } else if (!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1304 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1316 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1326 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1337 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1348 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() 1360 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc",\ in component_init() 1372 } else if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1",\ in component_init() [all …]
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentStore.hal | 112 * Component kind. The framework may not recognize `OTHER`. 114 Kind kind; 116 * If #kind is `OTHER`, #kindOther can be used to provide additional
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 1262 strlcpy(drv_ctx.kind,role,128); in component_init() 1263 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1278 else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1292 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1306 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1324 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1342 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1361 else if((!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1362 OMX_MAX_STRINGNAME_SIZE)) || (!strncmp(drv_ctx.kind, \ in component_init() 1382 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() [all …]
|
D | omx_vdec_copper.cpp | 1227 strlcpy(drv_ctx.kind,role,128); in component_init() 1228 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4",\ in component_init() 1243 else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2",\ in component_init() 1257 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263",\ in component_init() 1270 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx311",\ in component_init() 1282 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx4",\ in component_init() 1295 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.divx",\ in component_init() 1308 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc",\ in component_init() 1322 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1",\ in component_init() 1334 else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv",\ in component_init() [all …]
|
/hardware/interfaces/uwb/aidl/default/src/ |
D | uwb_chip.rs | 123 Err(err) if err.kind() == io::ErrorKind::WouldBlock => continue, in read_exact() 211 Err(err) if err.kind() == io::ErrorKind::WouldBlock => (), in open()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1960 if (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", in is_video_session_supported() 1993 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg4", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1996 } else if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.mpeg2", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1999 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.h263", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 2002 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.avc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 2003 !strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.mvc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 2006 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 2009 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vc1", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 2012 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.wmv", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 2015 } else if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.vp8", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() [all …]
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | README.md | 24 This ensures that the plugin tolerates any kind of input (empty, huge,
|
/hardware/interfaces/security/keymint/support/fuzzer/ |
D | README.md | 10 …tire input data to the module. This ensures that the plugins tolerate any kind of input (empty, hu…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_pipeline_protected_access.adoc | 53 - If protected access is required for only one kind of resource, for example a 92 same kind.
|