Home
last modified time | relevance | path

Searched refs:enc_sample (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp38 VEncNdkSample *enc_sample = nullptr; member
74 if (enc_sample->inputCallbackFlush) { in VencInputDataReady()
77 enc_sample->isRunning_.store(false); in VencInputDataReady()
78 enc_sample->signal_->inCond_.notify_all(); in VencInputDataReady()
79 enc_sample->signal_->outCond_.notify_all(); in VencInputDataReady()
82 if (enc_sample->inputCallbackStop) { in VencInputDataReady()
85 enc_sample->isRunning_.store(false); in VencInputDataReady()
86 enc_sample->signal_->inCond_.notify_all(); in VencInputDataReady()
87 enc_sample->signal_->outCond_.notify_all(); in VencInputDataReady()
100 if (enc_sample in VencOutputDataReady()
[all...]
H A Dvideoenc_api11_sample.cpp39 VEncAPI11Sample *enc_sample = nullptr; member
91 if (enc_sample->frameCount > 0 && (enc_sample->frameCount % enc_sample->ltrParam.ltrInterval == 0)) { in onEncInputParam()
94 if (!enc_sample->ltrParam.enableUseLtr) { in onEncInputParam()
95 enc_sample->frameCount++; in onEncInputParam()
100 if (enc_sample->ltrParam.useLtrIndex == 0) { in onEncInputParam()
102 } else if (enc_sample->ltrParam.useBadLtr) { in onEncInputParam()
105 uint32_t interval = enc_sample->ltrParam.ltrInterval; in onEncInputParam()
106 if (interval > 0 && enc_sample in onEncInputParam()
[all...]

Completed in 2 milliseconds