Searched refs:outPath_ (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_hevcdec_unit_test.cpp | 337 vdec->outPath_ = GetTestName(); 368 vdec->outPath_ = GetTestName(); 399 vdec->outPath_ = GetTestName(); 430 vdec->outPath_ = GetTestName(); 462 vdec->outPath_ = GetTestName(); 494 vdec->outPath_ = GetTestName(); 528 vdec->outPath_ = GetTestName(); 560 vdec->outPath_ = GetTestName(); 593 vdec->outPath_ = GetTestName(); 626 vdec->outPath_ = GetTestName(); [all …]
|
H A D | videodec_stable_unit_test.cpp | 341 vdec->outPath_ = GetTestName(); 370 vdec->outPath_ = GetTestName(); 397 vdec->outPath_ = GetTestName(); 428 vdec->outPath_ = GetTestName(); 457 vdec->outPath_ = GetTestName(); 488 vdec->outPath_ = GetTestName(); 518 vdec->outPath_ = GetTestName(); 547 vdec->outPath_ = GetTestName(); 577 vdec->outPath_ = GetTestName(); 609 vdec->outPath_ = GetTestName(); [all …]
|
H A D | videoenc_stable_unit_test.cpp | 345 venc->outPath_ = GetTestName(); 374 venc->outPath_ = GetTestName(); 404 venc->outPath_ = GetTestName(); 434 venc->outPath_ = GetTestName(); 462 venc->outPath_ = GetTestName(); 491 venc->outPath_ = GetTestName(); 524 venc->outPath_ = GetTestName(); 554 venc->outPath_ = GetTestName(); 588 venc->outPath_ = GetTestName(); 620 venc->outPath_ = GetTestName(); [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/ |
H A D | mpeg_manager.cpp | 90 int ret = rename(outPath_.c_str(), tempPath_.c_str()); in ~MpegManager() 93 outPath_.c_str(), tempPath_.c_str(), ret); in ~MpegManager() 95 … DP_INFO_LOG("rename %{public}s to %{public}s success.", outPath_.c_str(), tempPath_.c_str()); in ~MpegManager() 126 remove(outPath_.c_str()); in UnInit() 234 outPath_ = path; in GetFileFd()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/ |
H A D | venc_sample.cpp | 151 outPath_ = "/data/test/media/" + outPath_ + to_string(sampleId_ % threadNum_) + ".h264"; in Create() 169 outPath_ = "/data/test/media/" + outPath_ + to_string(sampleId_ % threadNum_) + ".h264"; in CreateByMime() 186 signal_->outFile_->open(outPath_, ios::out | ios::binary); in InitFile()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/ |
H A D | vdec_sample.cpp | 236 outPath_ = "/data/test/media/" + outPath_ + to_string(sampleId_ % threadNum_) + ".yuv"; in Create() 256 outPath_ = "/data/test/media/" + outPath_ + to_string(sampleId_ % threadNum_) + ".yuv"; in CreateByMime() 273 signal_->outFile_->open(outPath_, ios::out | ios::binary); in InitFile()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/ |
H A D | mpeg_manager.h | 57 std::string outPath_; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/include/ |
H A D | vdec_sample.h | 77 std::string outPath_ = ""; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/include/ |
H A D | venc_sample.h | 80 std::string outPath_ = ""; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | vdec_sample.h | 131 std::string outPath_; variable
|
H A D | vdec_sample.cpp | 427 outPath_ = path + ".yuv"; in SetOutPath() 656 outFile_->open(outPath_, std::ios::out | std::ios::binary | std::ios::ate); in OutputLoopFunc() 727 outFile_->open(outPath_, std::ios::out | std::ios::binary | std::ios::ate); in OutputLoopFuncExt()
|
H A D | venc_sample.h | 179 std::string outPath_; variable
|
H A D | venc_sample.cpp | 497 outPath_ = path + ".dat"; in SetOutPath() 735 outFile_->open(outPath_, std::ios::out | std::ios::binary | std::ios::ate); in OutputLoopFunc() 807 outFile_->open(outPath_, std::ios::out | std::ios::binary | std::ios::ate); in OutputLoopFuncExt()
|