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/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/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/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.cpp793 const char *buffer_format = GetFormatString(input_buffer->format); in Dump() local
810 0, input_buffer->width, input_buffer->height, buffer_format, in Dump()
822 buffer_format = GetFormatString(input_buffer->format); in Dump()
839 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
880 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_base.cpp1006 const char *buffer_format = GetFormatString(input_buffer->format); in Dump() local
1024 0, input_buffer->width, input_buffer->height, buffer_format, in Dump()
1036 buffer_format = GetFormatString(input_buffer->format); in Dump()
1053 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump()
1091 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()