Searched refs:buffer_format (Results 1 – 9 of 9) 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/sm8150/display/sdm/libs/core/ |
D | display_base.cpp | 793 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/ |
D | display_base.cpp | 818 const char *buffer_format = GetFormatString(input_buffer->format); in Dump() local 836 0, input_buffer->width, input_buffer->height, buffer_format, in Dump() 848 buffer_format = GetFormatString(input_buffer->format); in Dump() 865 buffer_format, INT(src_roi.left), INT(src_roi.top), in Dump() 903 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()
|