Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp35 constexpr size_t MAX_TEMPNUM = 64; member
272 if (videoEncObj->tempList_.size() > MAX_TEMPNUM) { in GetTransData()
303 if (videoEncObj->tempList_.size() > MAX_TEMPNUM) { in GetTransData()
340 if (videoEncObj->tempList_.size() > MAX_TEMPNUM) { in GetTransData()
374 while (tempList_.size() > MAX_TEMPNUM) { in ClearBufferList()
H A Dnative_video_decoder.cpp38 constexpr size_t MAX_TEMPNUM = 64; member
248 if (videoDecObj->tempList_.size() > MAX_TEMPNUM) { in GetTransData()
279 if (videoDecObj->tempList_.size() > MAX_TEMPNUM) { in GetTransData()
307 while (tempList_.size() > MAX_TEMPNUM) { in ClearBufferList()

Completed in 4 milliseconds