Searched refs:pushResult (Results 1 - 5 of 5) sorted by relevance
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 759 int32_t VEncAPI11Sample::CheckResult(bool isRandomEosSuccess, int32_t pushResult) in CheckResult() argument 762 if (pushResult == 0) { in CheckResult() 764 cout << "push input after eos should be failed! pushResult:" << pushResult << endl; in CheckResult() 767 } else if (pushResult != 0) { in CheckResult() 769 cout << "push input data failed, error:" << pushResult << endl; in CheckResult() 801 int32_t pushResult = 0; in InputFunc() local 802 int32_t ret = PushData(buffer, index, pushResult); in InputFunc() 808 if (CheckResult(isRandomEosSuccess, pushResult) == -1) { in InputFunc()
|
H A D | videoenc_ndk_sample.cpp | 677 int32_t VEncNdkSample::CheckResult(bool isRandomEosSuccess, int32_t pushResult) in CheckResult() argument 680 if (pushResult == 0) { in CheckResult() 682 cout << "push input after eos should be failed! pushResult:" << pushResult << endl; in CheckResult() 685 } else if (pushResult != 0) { in CheckResult() 687 cout << "push input data failed, error:" << pushResult << endl; in CheckResult() 701 int32_t pushResult = 0; in InputDataNormal() local 702 int32_t ret = PushData(buffer, index, pushResult); in InputDataNormal() 709 if (CheckResult(isRandomEosSuccess, pushResult) == -1) { in InputDataNormal()
|
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/ |
H A D | videoenc_api11_sample.h | 108 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
|
H A D | videoenc_ndk_sample.h | 99 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
|
H A D | videoenc_ndk_inner_sample.h | 101 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
|
Completed in 5 milliseconds