Lines Matching refs:filePath
1043 std::string filePath = "/sdcard/Documents/encoded_from_p010_input.jpgr"; in TEST_F() local
1044 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1046 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1060 std::string filePath = "/sdcard/Documents/decoded_from_p010_input.rgb"; in TEST_F() local
1061 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1063 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1098 std::string filePath = "/sdcard/Documents/encoded_from_p010_input.jpgr"; in TEST_F() local
1099 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1101 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1115 std::string filePath = "/sdcard/Documents/decoded_from_p010_input.rgb"; in TEST_F() local
1116 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1118 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1159 std::string filePath = "/sdcard/Documents/encoded_from_p010_yuv420p_input.jpgr"; in TEST_F() local
1160 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1162 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1176 std::string filePath = "/sdcard/Documents/decoded_from_p010_yuv420p_input.rgb"; in TEST_F() local
1177 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1179 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1225 std::string filePath = "/sdcard/Documents/encoded_from_p010_yuv420p_jpeg_input.jpgr"; in TEST_F() local
1226 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1228 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1242 std::string filePath = "/sdcard/Documents/decoded_from_p010_yuv420p_jpeg_input.rgb"; in TEST_F() local
1243 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1245 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1281 std::string filePath = "/sdcard/Documents/input_from_p010.rgb10"; in TEST_F() local
1282 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1284 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1306 std::string filePath = "/sdcard/Documents/encoded_from_p010_jpeg_input.jpgr"; in TEST_F() local
1307 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1309 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()
1323 std::string filePath = "/sdcard/Documents/decoded_from_p010_jpeg_input.rgb"; in TEST_F() local
1324 std::ofstream imageFile(filePath.c_str(), std::ofstream::binary); in TEST_F()
1326 ALOGE("%s: Unable to create file %s", __FUNCTION__, filePath.c_str()); in TEST_F()