Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp60 constexpr int32_t VIDEO_INSTANCE_SIZE = 64; member
84 } else if (freeIDSet_.size() + decInstanceIDSet_.size() < VIDEO_INSTANCE_SIZE) { in HevcDecoder()
88 decInstanceID_ = VIDEO_INSTANCE_SIZE + 1; in HevcDecoder()
92 if (decInstanceID_ < VIDEO_INSTANCE_SIZE) { in HevcDecoder()
100 AVCODEC_LOGE("HevcDecoder already has %{public}d instances, cannot has more instances", VIDEO_INSTANCE_SIZE); in HevcDecoder()
145 if (decInstanceID_ < VIDEO_INSTANCE_SIZE) { in ~HevcDecoder()
1541 capsData.maxInstance = VIDEO_INSTANCE_SIZE; in GetCodecCapability()
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp50 constexpr int32_t VIDEO_INSTANCE_SIZE = 64; member
1456 capsData.maxInstance = VIDEO_INSTANCE_SIZE; in GetCodecCapability()

Completed in 5 milliseconds