/hardware/qcom/display/msm8998/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 254 char dump_file_name[PATH_MAX]; in DumpToneMapOutput() local 255 snprintf(dump_file_name, sizeof(dump_file_name), "/data/misc/display/frame_dump_primary" in DumpToneMapOutput() 259 FILE* fp = fopen(dump_file_name, "w+"); in DumpToneMapOutput()
|
D | hwc_display.cpp | 1074 char dump_file_name[PATH_MAX]; in DumpInputBuffers() local 1077 snprintf(dump_file_name, sizeof(dump_file_name), "%s/input_layer%d_%dx%d_%s_frame%d.raw", in DumpInputBuffers() 1081 FILE* fp = fopen(dump_file_name, "w+"); in DumpInputBuffers() 1087 DLOGI("Frame Dump %s: is %s", dump_file_name, result ? "Successful" : "Failed"); in DumpInputBuffers() 1109 char dump_file_name[PATH_MAX]; in DumpOutputBuffer() local 1120 snprintf(dump_file_name, sizeof(dump_file_name), "%s/output_layer_%dx%d_%s_frame%d.raw", in DumpOutputBuffer() 1125 FILE* fp = fopen(dump_file_name, "w+"); in DumpOutputBuffer() 1131 DLOGI("Frame Dump of %s is %s", dump_file_name, result ? "Successful" : "Failed"); in DumpOutputBuffer()
|
D | hwc_display_external_test.cpp | 249 std::stringstream dump_file_name(dir_path); in DumpInputBuffer() local 250 dump_file_name << "/input_layer_" << width << "x" << height << "_" << format_str << ".raw"; in DumpInputBuffer() 252 std::fstream fs(dump_file_name.str().c_str()); in DumpInputBuffer() 254 DLOGI("File open failed", dump_file_name.str().c_str()); in DumpInputBuffer() 261 DLOGI("Frame Dump %s: is successful", dump_file_name.str().c_str()); in DumpInputBuffer()
|
D | blit_engine_c2d.cpp | 591 char dump_file_name[PATH_MAX]; in DumpBlitTargetBuffer() local 593 snprintf(dump_file_name, sizeof(dump_file_name), "/data/misc/display/frame_dump_primary" in DumpBlitTargetBuffer() 595 FILE* fp = fopen(dump_file_name, "w+"); in DumpBlitTargetBuffer()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display.cpp | 888 char dump_file_name[PATH_MAX]; in DumpInputBuffers() local 891 snprintf(dump_file_name, sizeof(dump_file_name), "%s/input_layer%d_%dx%d_%s_frame%d.raw", in DumpInputBuffers() 895 FILE* fp = fopen(dump_file_name, "w+"); in DumpInputBuffers() 901 DLOGI("Frame Dump %s: is %s", dump_file_name, result ? "Successful" : "Failed"); in DumpInputBuffers() 923 char dump_file_name[PATH_MAX]; in DumpOutputBuffer() local 934 snprintf(dump_file_name, sizeof(dump_file_name), "%s/output_layer_%dx%d_%s_frame%d.raw", in DumpOutputBuffer() 938 FILE* fp = fopen(dump_file_name, "w+"); in DumpOutputBuffer() 944 DLOGI("Frame Dump of %s is %s", dump_file_name, result ? "Successful" : "Failed"); in DumpOutputBuffer()
|
D | blit_engine_c2d.cpp | 576 char dump_file_name[PATH_MAX]; in DumpBlitTargetBuffer() local 578 snprintf(dump_file_name, sizeof(dump_file_name), "/data/misc/display/frame_dump_primary" in DumpBlitTargetBuffer() 580 FILE* fp = fopen(dump_file_name, "w+"); in DumpBlitTargetBuffer()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display.cpp | 1160 char dump_file_name[PATH_MAX]; in BuildLayerStack() local 1163 snprintf(dump_file_name, sizeof(dump_file_name), "%s/input_layer%d_%dx%d_%s_frame%d.raw", in BuildLayerStack() 1167 FILE *fp = fopen(dump_file_name, "w+"); in BuildLayerStack() 1173 DLOGI("Frame Dump %s: is %s", dump_file_name, result ? "Successful" : "Failed"); in BuildLayerStack() 1195 char dump_file_name[PATH_MAX]; in BuildLayerStack() local 1206 snprintf(dump_file_name, sizeof(dump_file_name), "%s/output_layer_%dx%d_%s_frame%d.raw", in BuildLayerStack() 1210 FILE *fp = fopen(dump_file_name, "w+"); in BuildLayerStack() 1216 DLOGI("Frame Dump of %s is %s", dump_file_name, result ? "Successful" : "Failed"); in BuildLayerStack()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display.cpp | 1137 char dump_file_name[PATH_MAX]; in BuildLayerStack() local 1140 snprintf(dump_file_name, sizeof(dump_file_name), "%s/input_layer%d_%dx%d_%s_frame%d.raw", in BuildLayerStack() 1144 FILE *fp = fopen(dump_file_name, "w+"); in BuildLayerStack() 1150 DLOGI("Frame Dump %s: is %s", dump_file_name, result ? "Successful" : "Failed"); in BuildLayerStack() 1172 char dump_file_name[PATH_MAX]; in BuildLayerStack() local 1183 snprintf(dump_file_name, sizeof(dump_file_name), "%s/output_layer_%dx%d_%s_frame%d.raw", in BuildLayerStack() 1187 FILE *fp = fopen(dump_file_name, "w+"); in BuildLayerStack() 1193 DLOGI("Frame Dump of %s is %s", dump_file_name, result ? "Successful" : "Failed"); in BuildLayerStack()
|