Home
last modified time | relevance | path

Searched defs:outFileName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_ffmpeg_demo.cpp41 std::string outFileName = GetOutputFileName("ffmpeg_mux"); in DoRunMuxer() local
H A Davmuxer_demo.cpp55 std::string outFileName = GetOutputFileName("inner_mux_" + runMode); in DoRunMuxer() local
H A Davmuxer_engine_demo.cpp54 std::string outFileName = GetOutputFileName("engine_mux_" + runMode); in DoRunMuxer() local
H A Dnative_avmuxer_demo.c650 char outFileName[CONFIG_BUFFER_SIZE] = {0}; in RunNativeMuxer() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dmacro_gen.cpp76 std::string outFileName = Option::Instance().GetOutputName(); in Initialize() local
H A Dbytecode_gen.cpp53 std::string outFileName = Util::File::StripSuffix(opt.GetOutputName()); in Initialize() local
H A Dstartup_cfg_gen.cpp83 std::string outFileName = Option::Instance().GetOutputName(); in Initialize() local
/ohos5.0/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", variable
1334 const char *outFileName[] = {"-nv12.yuv", "-nv21.yuv"}; variable
1349 const char *outFileName[] = {"-nv12.yuv", "-nv21.yuv"}; variable
1620 const char *outFileName[] = {"-ycbcr_p010.yuv", "-ycrcb_p010.yuv"}; variable
1636 const char *outFileName[] = {"90-ycbcr_p010.yuv", "180-ycbcr_p010.yuv", "270-ycbcr_p010.yuv", variable
1768 const char *outFileName[] = {"-RGBA_1010102.rgba"}; variable
1784 …const char *outFileName[] = {"90-rgba_1010102.rgba", "180-rgba_1010102.rgba", "270-rgba_1010102.rg… variable
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dbeget_ext.h124 #define InitLogPrint(outFileName, logLevel, kLevel, fmt, ...) \ argument