Searched refs:buffer_format (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.cpp | 594 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/ |
D | display_base.cpp | 624 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/ |
D | display_base.cpp | 583 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/ |
D | display_base.cpp | 603 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/ |
D | display_base.cpp | 600 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/ |
D | display_base.cpp | 736 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/ |
D | mm_qcamera_app.h | 229 cam_format_t buffer_format; member
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 1978 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()
|
D | mm_qcamera_snapshot.c | 633 test_obj->buffer_format = DEFAULT_RAW_FORMAT; in mm_app_start_capture_raw()
|
D | mm_qcamera_preview.c | 998 stream->s_config.stream_info->fmt = test_obj->buffer_format; in mm_app_add_raw_stream()
|