Home
last modified time | relevance | path

Searched defs:isVendor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.cpp176 int isVendor = -1; in FindCodec() local
245 bool isVendor = (category == AVCodecCategory::AVCODEC_HARDWARE) ? true : false; in GetCapability() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.cpp102 bool isVendor = (category == AVCodecCategory::AVCODEC_SOFTWARE) ? false : true; in GetCapability() local
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h149 bool isVendor = false; member