/hardware/libhardware/modules/camera/3_4/ |
D | stream_format.cpp | 147 bool StreamFormat::FindBestFitFormat(const SupportedFormats& supported_formats, in FindBestFitFormat() argument 153 for (const auto& format : supported_formats) { in FindBestFitFormat() 199 const SupportedFormats& supported_formats) { in GetQualifiedFormats() argument 204 for (const auto& supported_format : supported_formats) { in GetQualifiedFormats()
|
D | stream_format.h | 62 static bool FindBestFitFormat(const arc::SupportedFormats& supported_formats, 71 const arc::SupportedFormats& supported_formats);
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 395 vector<LayerBufferFormat> *supported_formats) { in GetRotatorFormatsForType() argument 402 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 417 vector<LayerBufferFormat> supported_formats = {}; in GetRotatorSupportedFormats() local 418 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_OUTPUT, &supported_formats); in GetRotatorSupportedFormats() 420 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats() 422 supported_formats = {}; in GetRotatorSupportedFormats() 423 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_CAPTURE, &supported_formats); in GetRotatorSupportedFormats() 425 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
|
D | hw_info_drm.h | 61 std::vector<LayerBufferFormat> *supported_formats);
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 395 vector<LayerBufferFormat> *supported_formats) { in GetRotatorFormatsForType() argument 402 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 417 vector<LayerBufferFormat> supported_formats = {}; in GetRotatorSupportedFormats() local 418 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_OUTPUT, &supported_formats); in GetRotatorSupportedFormats() 420 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats() 422 supported_formats = {}; in GetRotatorSupportedFormats() 423 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_CAPTURE, &supported_formats); in GetRotatorSupportedFormats() 425 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
|
D | hw_info_drm.h | 61 std::vector<LayerBufferFormat> *supported_formats);
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 408 vector<LayerBufferFormat> *supported_formats) { in GetRotatorFormatsForType() argument 415 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 430 vector<LayerBufferFormat> supported_formats = {}; in GetRotatorSupportedFormats() local 431 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_OUTPUT, &supported_formats); in GetRotatorSupportedFormats() 433 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats() 435 supported_formats = {}; in GetRotatorSupportedFormats() 436 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_CAPTURE, &supported_formats); in GetRotatorSupportedFormats() 438 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
|
D | hw_info_drm.h | 62 std::vector<LayerBufferFormat> *supported_formats);
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 486 vector<LayerBufferFormat> *supported_formats) { in GetRotatorFormatsForType() argument 493 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 508 vector<LayerBufferFormat> supported_formats = {}; in GetRotatorSupportedFormats() local 509 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_OUTPUT, &supported_formats); in GetRotatorSupportedFormats() 511 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats() 513 supported_formats = {}; in GetRotatorSupportedFormats() 514 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_CAPTURE, &supported_formats); in GetRotatorSupportedFormats() 516 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
|
D | hw_info_drm.h | 61 std::vector<LayerBufferFormat> *supported_formats);
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 568 vector<LayerBufferFormat> *supported_formats) { in GetRotatorFormatsForType() argument 575 supported_formats->push_back(sdm_format); in GetRotatorFormatsForType() 590 vector<LayerBufferFormat> supported_formats = {}; in GetRotatorSupportedFormats() local 591 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_OUTPUT, &supported_formats); in GetRotatorSupportedFormats() 593 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats() 595 supported_formats = {}; in GetRotatorSupportedFormats() 596 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_CAPTURE, &supported_formats); in GetRotatorSupportedFormats() 598 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
|
D | hw_info_drm.h | 64 std::vector<LayerBufferFormat> *supported_formats);
|
/hardware/qcom/audio/hal/ |
D | audio_hw.h | 232 audio_format_t supported_formats[MAX_SUPPORTED_FORMATS + 1]; member 317 audio_format_t supported_formats[MAX_SUPPORTED_FORMATS + 1]; member
|
D | audio_hw.c | 1381 audio_format_t *supported_formats, in read_usb_sup_formats() argument 1388 supported_formats[0] = AUDIO_FORMAT_PCM_24_BIT_PACKED; in read_usb_sup_formats() 1391 supported_formats[0] = AUDIO_FORMAT_PCM_32_BIT; in read_usb_sup_formats() 1395 supported_formats[0] = AUDIO_FORMAT_PCM_16_BIT; in read_usb_sup_formats() 1405 audio_format_t *supported_formats, in read_usb_sup_params_and_compare() argument 1419 num_formats = read_usb_sup_formats(is_playback, supported_formats, in read_usb_sup_params_and_compare() 1431 LUT(supported_formats, num_formats, *format, AUDIO_FORMAT_DEFAULT); in read_usb_sup_params_and_compare() 2707 audio_format_t supported_formats[static MAX_SUPPORTED_FORMATS]) { in register_format() 2708 ALOGE_IF(!register_uint(format, supported_formats, MAX_SUPPORTED_FORMATS), in register_format() 3184 audio_format_t *supported_formats) { in stream_get_parameter_formats() argument [all …]
|