Home
last modified time | relevance | path

Searched refs:outParamVec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dhdi_codec.cpp122 std::vector<int8_t> outParamVec; in GetParameter() local
123 int32_t ret = compNode_->GetParameter(index, inParamVec, outParamVec); in GetParameter()
128 if (outParamVec.size() != sizeof(param)) { in GetParameter()
132 errno_t rc = memcpy_s(&param, sizeof(param), outParamVec.data(), outParamVec.size()); in GetParameter()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dbg/
H A Dhdf_dbg.cpp91 std::vector<std::string> outParamVec; member in HdfDbg
318 info.outParamVec.push_back(argv[paraTypeIdx]); in ParseParameterOut()
373 if (info.outParamVec[i] == "string") { in InjectDebugHdi()