Searched refs:AVCODEC_TYPE_NONE (Results 1 – 8 of 8) sorted by relevance
168 AVCodecType codecType = AVCODEC_TYPE_NONE; in FindCodec()238 AVCodecType codecType = AVCODEC_TYPE_NONE; in GetCapability()277 AVCodecType codecType = AVCODEC_TYPE_NONE; in FindCodecNameArray()
254 audioLbvcCapability.codecType = AVCODEC_TYPE_NONE; in GetLbvcDecoderCapability()282 audioLbvcCapability.codecType = AVCODEC_TYPE_NONE; in GetLbvcEncoderCapability()308 audioAacCapability.codecType = AVCODEC_TYPE_NONE; in GetVendorAacEncoderCapability()
35 AVCODEC_TYPE_NONE = -1, enumerator147 int32_t codecType = AVCODEC_TYPE_NONE;
104 AVCodecType type_ = AVCODEC_TYPE_NONE;
103 AVCodecType codecType = AVCODEC_TYPE_NONE; in GetCapability()
619 CHECK_AND_RETURN_RET_LOG(data_ != nullptr, AVCODEC_TYPE_NONE, "data is null"); in GetType()621 …CHECK_AND_RETURN_RET_LOG(codecType != AVCODEC_TYPE_NONE, AVCODEC_TYPE_NONE, "can not find codec ty… in GetType()
143 AVCodecType codecType_ = AVCODEC_TYPE_NONE;
142 …p.codecType = TypeConverter::HdiCodecTypeToInnerCodecType(hdiCap.type).value_or(AVCODEC_TYPE_NONE); in HdiCapToUserCap()