Searched refs:description (Results 1 - 25 of 57) sorted by last modified time

123

/hardware/ril/libril/
H A Dsap_service.cpp80 ret.description().c_str());
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h334 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h454 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h335 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h457 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h365 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h496 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp1382 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
1390 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp342 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
351 printf("fmt: description: %s, fmt: %x, flags = %x\n", fdesc.description,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1460 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1468 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
H A Domx_vdec_hevc_swvdec.cpp1896 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1904 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
H A Domx_vdec_msm8974.cpp1854 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1862 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp942 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
951 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1439 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1447 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
H A Domx_vdec_hevc_swvdec.cpp1919 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1927 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
H A Domx_vdec_v4l2.cpp2318 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
2326 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1195 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1204 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp1439 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1447 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
H A Domx_vdec_hevc_swvdec.cpp1919 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1927 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
H A Domx_vdec_v4l2.cpp2548 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
2556 DEBUG_PRINT_HIGH("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1378 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
1387 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h327 __u8 description[32]; member in struct:v4l2_fmtdesc
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h462 __u8 description[32]; /* Description string */ member in struct:v4l2_fmtdesc
/hardware/libhardware/include/hardware/
H A Dbt_hd.h51 const char *description; member in struct:__anon1149
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawSensor.cpp495 // invalid description
622 bool HidRawSensor::detectAndroidCustomSensor(const std::string &description) { argument
623 size_t nullPosition = description.find('\0');
628 if (description.find(prefix, nullPosition + 1) != nullPosition + 1) {
632 std::string str(description.c_str() + nullPosition + 1 + prefix.size());
659 LOG_E << "Not enough segments in android custom description" << LOG_ENDL;

Completed in 624 milliseconds

123