Searched refs:codeType (Results 1 – 3 of 3) sorted by relevance
249 napi_valuetype codeType = napi_undefined; in ConvertFunctionResult() local251 NAPI_CALL_BASE(env, napi_typeof(env, codeValue, &codeType), false); in ConvertFunctionResult()253 if (codeType != napi_number) { in ConvertFunctionResult()
72 CodecType codeType, std::vector<uint32_t> &IFramePos);
721 std::string codeType = std::string(item->valuestring); in ParseEncoderTypes() local722 enCoders.push_back(ConvertDCEncodeType(codeType)); in ParseEncoderTypes()