Home
last modified time | relevance | path

Searched refs:outpath (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp77 void YuvWriteToFile(std::string outpath, ImageSize &imageSize, std::string outname, uint8_t *data, uint32_t &size);
198 std::string outpath = "/tmp/"; in DecodeToYuv() local
199 outpath.append(std::to_string(width)); in DecodeToYuv()
200 outpath.append("-"); in DecodeToYuv()
201 outpath.append(std::to_string(height)); in DecodeToYuv()
202 outpath.append("-"); in DecodeToYuv()
203 outpath.append(outname); in DecodeToYuv()
204 FILE* outfile = fopen(outpath.c_str(), "wb"); in DecodeToYuv()
214 void JpgYuvTest::YuvWriteToFile(std::string outpath, ImageSize &imageSize, std::string outname, in YuvWriteToFile() argument
217 std::filesystem::path dir(outpath); in YuvWriteToFile()
264 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "YuvRotate/"; YuvRotate() local
299 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "YuvCrop/"; YuvCrop() local
344 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "WriteConvert/"; YuvWriteConvert() local
377 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "scale/"; ScaleYuv420() local
409 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "resize/"; ResizeYuv420() local
459 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "flip/"; FlipYuv420() local
492 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "translate/"; TranslateYuv420() local
525 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "read/"; ReadYuv420() local
560 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "write/"; WriteYuv420() local
593 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "Writes"; WritesYuv420() local
658 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "YuvP010Crop/"; YuvP010Crop() local
697 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "YuvP010Rotate/"; YuvP010Rotate() local
737 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "P010scale/"; ScaleYuv420P010() local
775 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "P010resize/"; ResizeYuv420P010() local
817 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "P010flip/"; FlipYuv420P010() local
857 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "translate/"; TranslateYuv420P010() local
897 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBACrop/"; RGBA1010102Crop() local
934 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBARotate/"; RGBA1010102Rotate() local
973 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBAScale/"; RGBA1010102Scale() local
1010 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBAResize/"; RGBA1010102Resize() local
1051 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBAFlip/"; RGBA1010102Flip() local
1090 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "translate/"; RGBA1010102Translate() local
1486 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "applyCorlorSpace/"; ApplyColorSpaceYuv420() local
[all...]
H A Dheif_yuv_test.cpp145 std::string outpath = "/tmp/"; in DecodeToYuv() local
146 outpath.append(std::to_string(width)); in DecodeToYuv()
147 outpath.append("-"); in DecodeToYuv()
148 outpath.append(std::to_string(height)); in DecodeToYuv()
149 outpath.append("-"); in DecodeToYuv()
150 outpath.append(outname); in DecodeToYuv()
151 FILE* outfile = fopen(outpath.c_str(), "wb"); in DecodeToYuv()
H A Dimage_format_convert_test.cpp74 void WriteToFile(const std::string &outpath, Size &imageSize, const std::string &outname, const uint8_t *data,
130 void ImageFormatConvertTest::WriteToFile(const std::string &outpath, Size &imageSize, const std::string &outname, in WriteToFile() argument
133 std::filesystem::path dir(outpath); in WriteToFile()
139 outpath + "/" + std::to_string(imageSize.width) + "-" + std::to_string(imageSize.height) + "-" + outname; in WriteToFile()
201 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBToYUV/"; in RgbConvertToYuv() local
202 WriteToFile(outpath, size, outname, data, buffersize); in RgbConvertToYuv()
235 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "YUVToRGB/"; in YuvConvertToRgb() local
236 WriteToFile(outpath, size, outname, data, destBuffersize); in YuvConvertToRgb()
298 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "P010ToRgba1010102/"; in YuvP010ConvertToRgb() local
301 WriteToFile(outpath, siz in YuvP010ConvertToRgb()
338 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "Rgba1010102ToP010/"; Rgba1010102ConvertToYuvP010() local
401 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBToYUV/"; RgbConvertToYuvByPixelMap() local
443 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBToYUVP010/"; RgbConvertToYuvP010ByPixelMap() local
480 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "RGBToYUVP010/"; RgbConvertToYuvP010() local
541 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "PixelConvert/"; PixelMapFormatConvert() local
567 std::string outpath = IMAGE_OUTPUT_JPG_PATH + "PixelConvert/"; PixelMap10bitConvert() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/tools/syscap/
H A Dsyscap_native_api_src_gen.py113 outpath = parse_args().output_file
116 with os.fdopen(os.open(outpath, flags, modes), 'w') as f:
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp94 void add_directory(const std::string& path, const std::string& outpath) argument
109 op = outpath;

Completed in 8 milliseconds