Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo.cpp55 std::string outFileName = GetOutputFileName("inner_mux_" + runMode); in DoRunMuxer() local
56 outFd_ = open(outFileName.c_str(), O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in DoRunMuxer()
58 std::cout << "Open file failed! filePath is: " << outFileName << std::endl; in DoRunMuxer()
61 std::cout<<"==== open success! =====\noutputFileName: "<<outFileName<<"\n============"<<std::endl; in DoRunMuxer()
H A Davmuxer_engine_demo.cpp54 std::string outFileName = GetOutputFileName("engine_mux_" + runMode); in DoRunMuxer() local
55 outFd_ = open(outFileName.c_str(), O_CREAT | O_WRONLY | O_TRUNC, S_IRUSR | S_IWUSR); in DoRunMuxer()
57 std::cout << "Open file failed! filePath is: " << outFileName << std::endl; in DoRunMuxer()
60 std::cout<<"==== open success! =====\noutputFileName: "<<outFileName<<"\n============"<<std::endl; in DoRunMuxer()
H A Davmuxer_ffmpeg_demo.cpp41 std::string outFileName = GetOutputFileName("ffmpeg_mux"); in DoRunMuxer() local
42 outFd_ = open(outFileName.c_str(), O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in DoRunMuxer()
47 std::cout<<"==== open success! =====\noutputFileName: "<<outFileName<<"\n============"<<std::endl; in DoRunMuxer()
H A Dnative_avmuxer_demo.c632 char outFileName[CONFIG_BUFFER_SIZE] = {0}; in RunNativeMuxer() local
633 int err = snprintf_s(outFileName, sizeof(outFileName), sizeof(outFileName) - 1, "%s_%s_%s_%s_%s.%s", in RunNativeMuxer()
641 fdStr.outputFd = open(outFileName, O_CREAT | O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in RunNativeMuxer()
643 printf("open file failed! filePath is: %s %d\n", outFileName, fdStr.outputFd); in RunNativeMuxer()
647 printf("open file %s success, -fd:%d, -flags %x\n", outFileName, fdStr.outputFd, fcntl(fdStr.outputFd, F_GETFL, 0)); in RunNativeMuxer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp1316 const char *outFileName[] = {"90-nv12.yuv", "180-nv12.yuv", "270-nv12.yuv", "280-nv12.yuv", in HWTEST_F() local
1321 outname.append(outFileName[k++]); in HWTEST_F()
1334 const char *outFileName[] = {"-nv12.yuv", "-nv21.yuv"}; in HWTEST_F() local
1337 outname.append(outFileName[i]); in HWTEST_F()
1349 const char *outFileName[] = {"-nv12.yuv", "-nv21.yuv"}; in HWTEST_F() local
1353 outname.append(outFileName[i]); in HWTEST_F()
1620 const char *outFileName[] = {"-ycbcr_p010.yuv", "-ycrcb_p010.yuv"}; in HWTEST_F() local
1623 outname.append(outFileName[i]); in HWTEST_F()
1636 const char *outFileName[] = {"90-ycbcr_p010.yuv", "180-ycbcr_p010.yuv", "270-ycbcr_p010.yuv", in HWTEST_F() local
1641 outname.append(outFileName[ in HWTEST_F()
1768 const char *outFileName[] = {"-RGBA_1010102.rgba"}; HWTEST_F() local
1784 const char *outFileName[] = {"90-rgba_1010102.rgba", "180-rgba_1010102.rgba", "270-rgba_1010102.rgba"}; HWTEST_F() local
[all...]

Completed in 7 milliseconds