/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/interfaces/gnss/1.0/ |
D | IAGnssRilCallback.hal | 34 * @param setIdflag Specifies the kind of SET ID that is required by the HAL.
|
D | IAGnssRil.hal | 123 * @param type Indicates the kind of network, for eg. mobile, wifi etc.
|
/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/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/media/c2/1.0/ |
D | IComponentStore.hal | 112 * Component kind. 114 Kind kind;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1638 if(!strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevc", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1639 !strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevchybrid", OMX_MAX_STRINGNAME_SIZE) || in log_input_buffers() 1640 !strncmp(drv_ctx.kind,"OMX.qcom.video.decoder.hevcswvdec", OMX_MAX_STRINGNAME_SIZE)) { in log_input_buffers() 1756 strlcpy(drv_ctx.kind,role,128); in component_init() 1758 if((!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", in component_init() 1760 (!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() 1779 strlcpy(drv_ctx.kind,role,128); in component_init() 1781 if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() 1792 strlcpy(drv_ctx.kind, "OMX.qcom.video.decoder.hevc", 128); in component_init() 1799 if(!strncmp(drv_ctx.kind, "OMX.qcom.video.decoder.hevchybrid", in component_init() [all …]
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 42 * ensure adding a new fingerprint template was preceded by some kind of
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IDemux.hal | 123 * @param type specify which kind of DVR to open.
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 248 char kind[128]; member
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 371 char kind[128]; member
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 246 char kind[128]; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 247 char kind[128]; member
|
D | omx_vdec_hevc_swvdec.h | 277 char kind[128]; member
|
D | omx_vdec.h | 290 char kind[128]; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 293 char kind[128]; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 491 char kind[128]; member
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 103 * If a chip does not support this kind of reconfiguration in this mode then
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 774 * The kind of action being performed.
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 52 * This kind of stream is generally used to reprocess data into higher
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 596 * @param dk Data kind
|