Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp759 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 Dvideoenc_ndk_sample.cpp677 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 Dvideoenc_api11_sample.h108 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
H A Dvideoenc_ndk_sample.h99 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);
H A Dvideoenc_ndk_inner_sample.h101 int32_t CheckResult(bool isRandomEosSuccess, int32_t pushResult);

Completed in 5 milliseconds