Home
last modified time | relevance | path

Searched refs:codeType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_push_callback.cpp249 napi_valuetype codeType = napi_undefined; in ConvertFunctionResult() local
251 NAPI_CALL_BASE(env, napi_typeof(env, codeValue, &codeType), false); in ConvertFunctionResult()
253 if (codeType != napi_number) { in ConvertFunctionResult()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dreference_parser.h72 CodecType codeType, std::vector<uint32_t> &IFramePos);
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp721 std::string codeType = std::string(item->valuestring); in ParseEncoderTypes() local
722 enCoders.push_back(ConvertDCEncodeType(codeType)); in ParseEncoderTypes()