Home
last modified time | relevance | path

Searched refs:buffer_format (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Ddisplay_base.cpp594 const char *buffer_format = GetFormatString(input_buffer->format); in AppendDump() local
610 input_buffer->height, buffer_format, INT(src_roi.left), in AppendDump()
622 buffer_format = GetFormatString(input_buffer->format); in AppendDump()
648 buffer_format, INT(src_roi.left), INT(src_roi.top), in AppendDump()
/hardware/qcom/sdm845/display/sdm/libs/core/
Ddisplay_base.cpp624 const char *buffer_format = GetFormatString(input_buffer->format); in Dump() local
641 0, input_buffer->width, input_buffer->height, buffer_format, in Dump()
653 buffer_format = GetFormatString(input_buffer->format); in Dump()
669 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
707 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Ddisplay_base.cpp583 const char *buffer_format = GetFormatString(input_buffer->format); in AppendDump() local
599 input_buffer->height, buffer_format, INT(src_roi.left), in AppendDump()
611 buffer_format = GetFormatString(input_buffer->format); in AppendDump()
640 buffer_format, INT(src_roi.left), INT(src_roi.top), in AppendDump()
/hardware/qcom/display/msm8998/sdm/libs/core/
Ddisplay_base.cpp603 const char *buffer_format = GetFormatString(input_buffer->format); in AppendDump() local
619 input_buffer->height, buffer_format, INT(src_roi.left), in AppendDump()
631 buffer_format = GetFormatString(input_buffer->format); in AppendDump()
660 buffer_format, INT(src_roi.left), INT(src_roi.top), in AppendDump()
/hardware/qcom/display/msm8909/sdm/libs/core/
Ddisplay_base.cpp600 const char *buffer_format = GetFormatString(input_buffer->format); in Dump() local
617 input_buffer->height, buffer_format, INT(src_roi.left), in Dump()
629 buffer_format = GetFormatString(input_buffer->format); in Dump()
659 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp736 const char *buffer_format = GetFormatString(input_buffer->format); in Dump() local
753 0, input_buffer->width, input_buffer->height, buffer_format, in Dump()
765 buffer_format = GetFormatString(input_buffer->format); in Dump()
782 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
822 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h229 cam_format_t buffer_format; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c1978 handle->test_obj.buffer_format = DEFAULT_SNAPSHOT_FORMAT; in mm_camera_lib_open()
2426 handle->test_obj.buffer_format = DEFAULT_RAW_FORMAT; in mm_camera_lib_send_command()
2447 handle->test_obj.buffer_format = DEFAULT_SNAPSHOT_FORMAT; in mm_camera_lib_send_command()
Dmm_qcamera_snapshot.c633 test_obj->buffer_format = DEFAULT_RAW_FORMAT; in mm_app_start_capture_raw()
Dmm_qcamera_preview.c998 stream->s_config.stream_info->fmt = test_obj->buffer_format; in mm_app_add_raw_stream()