Home
last modified time | relevance | path

Searched refs:inputCallbackStop (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_sample.h132 bool inputCallbackStop = false; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_sample.h135 bool inputCallbackStop = false; variable
H A Dvideodec_api11_sample.h153 bool inputCallbackStop = false; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
H A Dvideodec_sample.h142 bool inputCallbackStop = false; variable
H A Dvideodec_api11_sample.h155 bool inputCallbackStop = false; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_api11_sample.h147 bool inputCallbackStop = false; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dstate_test.cpp705 vDecSample->inputCallbackStop = true;
763 vDecSample->inputCallbackStop = true;
1542 vDecSample->inputCallbackStop = true;
1610 vDecSample->inputCallbackStop = true;
H A Dhwh265_hdr2sdr_state_test.cpp888 vDecSample2->inputCallbackStop = true;
958 vDecSample2->inputCallbackStop = true;
H A Dvideodec_ndk_sample.cpp142 if (dec_sample->inputCallbackStop && dec_sample->outCount > 1) { in VdecInputDataReady()
H A Dvideodec_api11_sample.cpp168 if (dec_sample->inputCallbackStop && dec_sample->outCount > 1) { in VdecAPI11InputDataReady()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dstate_test.cpp723 vEncSample->inputCallbackStop = true;
H A Dvideoenc_ndk_sample.cpp85 if (enc_sample->inputCallbackStop) { in VencInputDataReady()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp155 if (dec_sample->inputCallbackStop && dec_sample->outCount > 1) { in VdecInputDataReady()
H A Dvideodec_api11_sample.cpp159 if (dec_sample->inputCallbackStop && dec_sample->outCount > 1) { in VdecAPI11InputDataReady()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp136 if (dec_sample->inputCallbackStop && dec_sample->outCount > 1) { in VdecAPI11InputDataReady()