Home
last modified time | relevance | path

Searched defs:outfile (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/
H A Dffmpeg_aac_encoder_plugin.h145 FILE *outfile; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_common_tools.cpp52 std::ofstream outfile(fileName, std::fstream::out); in SavePixelmapToFile() local
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_unique_fd_test.cpp41 ofstream outfile; in SetUpTestCase() local
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dace_forward_compatibility.cpp134 std::ofstream outfile(path); in ReclaimFileCache() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Daes_common.cpp100 ofstream outfile(fileName, ios::out|ios::binary|ios::app); in GeneratorFile() local
152 ofstream outfile; in AesMultiBlockEncrypt() local
206 ofstream outfile; in AesMultiBlockDecrypt() local
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_utils_test.cpp57 std::ofstream outfile(flagPath); in SetUpTestCase() local
/ohos5.0/base/startup/init/services/log/
H A Dinit_log.c48 FILE *outfile = NULL; in LogToFile() local
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/
H A Dunique_fd_benchmark_test.cpp44 ofstream outfile; in SetUp() local
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp391 std::ofstream outfile(MODULE_RESULT_PATH, std::ios::binary | std::ios::trunc); in CheckAndUpdateRevertResult() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_yuv_test.cpp151 FILE* outfile = fopen(outpath.c_str(), "wb"); in DecodeToYuv() local
H A Djpg_yuv_test.cpp204 FILE* outfile = fopen(outpath.c_str(), "wb"); in DecodeToYuv() local
224 FILE *outfile = fopen(outpath.c_str(), "wb"); in YuvWriteToFile() local
H A Dimage_format_convert_test.cpp141 std::ofstream outfile(filepath, std::ios::out | std::ios::binary); in WriteToFile() local
/ohos5.0/base/startup/init/services/modules/trace/
H A Dinit_trace.c179 FILE *outfile = fopen(realPath, "w"); in WriteStrToFile() local