Searched refs:outFileName (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | avmuxer_demo.cpp | 55 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 D | avmuxer_engine_demo.cpp | 54 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 D | avmuxer_ffmpeg_demo.cpp | 41 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 D | native_avmuxer_demo.c | 632 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 D | jpg_yuv_test.cpp | 1316 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 8 milliseconds