/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_encoder/ |
H A D | audio_encoder.cpp | 124 uint32_t paramIndex = 0; in setEncAttrValue() local 129 paramIndex++; in setEncAttrValue() 134 paramIndex++; in setEncAttrValue() 137 encAttr_[paramIndex].val = &profile_; in setEncAttrValue() 139 paramIndex++; in setEncAttrValue() 144 paramIndex++; in setEncAttrValue() 147 encAttr_[paramIndex].val = &bitRate_; in setEncAttrValue() 149 paramIndex++; in setEncAttrValue() 154 paramIndex++; in setEncAttrValue() 159 paramIndex++; in setEncAttrValue() [all …]
|
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/ |
H A D | camera_device.cpp | 109 paramIndex++; in CameraCreateVideoEnc() 115 paramIndex++; in CameraCreateVideoEnc() 121 paramIndex++; in CameraCreateVideoEnc() 127 paramIndex++; in CameraCreateVideoEnc() 133 paramIndex++; in CameraCreateVideoEnc() 147 paramIndex++; in CameraCreateVideoEnc() 153 paramIndex++; in CameraCreateVideoEnc() 160 paramIndex++; in CameraCreateVideoEnc() 167 paramIndex++; in CameraCreateVideoEnc() 243 paramIndex++; in CameraCreateJpegEnc() [all …]
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | string_utils.cpp | 155 size_t paramIndex; in parseArgs() local 168 paramIndex = index - 1; in parseArgs() 169 paramsWithNum.push_back({paramIndex, placeholderType}); in parseArgs() 171 paramIndex = matchCount++; in parseArgs() 172 paramsWithOutNum.push_back({paramIndex, placeholderType}); in parseArgs() 279 bool MatchPlaceholderIndex(std::string placeholderIndex, size_t ¶mIndex, size_t &matchCount) in MatchPlaceholderIndex() argument 291 paramIndex = index - 1; in MatchPlaceholderIndex() 293 paramIndex = matchCount++; in MatchPlaceholderIndex() 335 size_t paramIndex; in ReplacePlaceholderWithParams() local 336 if (!MatchPlaceholderIndex(placeholderIndex, paramIndex, matchCount)) { in ReplacePlaceholderWithParams() [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_utils.h | 62 inline int32_t HdiSetParameter(T* component, uint32_t paramIndex, U& param) in HdiSetParameter() argument 64 …return component->SetParameter(component, paramIndex, reinterpret_cast<int8_t*>(¶m), sizeof(pa… in HdiSetParameter() 68 inline int32_t HdiGetParameter(T* component, uint32_t paramIndex, U& param) in HdiGetParameter() argument 70 …return component->GetParameter(component, paramIndex, reinterpret_cast<int8_t*>(¶m), sizeof(pa… in HdiGetParameter()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
H A D | cpp_service_stub_code_emitter.cpp | 245 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherLibInclusions() local 246 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherLibInclusions() 267 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherFileInclusions() local 268 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherFileInclusions() 583 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in EmitUtilMethods() local 584 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in EmitUtilMethods()
|
H A D | cpp_client_proxy_code_emitter.cpp | 424 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherLibInclusions() local 425 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherLibInclusions() 443 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherFileInclusions() local 444 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherFileInclusions() 873 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in EmitUtilMethods() local 874 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in EmitUtilMethods()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | cpp_service_stub_code_emitter.cpp | 240 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherLibInclusions() local 241 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherLibInclusions() 262 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherFileInclusions() local 263 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherFileInclusions() 541 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetUtilMethods() local 542 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetUtilMethods()
|
H A D | cpp_client_proxy_code_emitter.cpp | 424 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherLibInclusions() local 425 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherLibInclusions() 443 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetSourceOtherFileInclusions() local 444 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetSourceOtherFileInclusions() 859 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetUtilMethods() local 860 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetUtilMethods()
|
H A D | c_client_proxy_code_emitter.cpp | 178 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetHeaderOtherLibInclusions() local 179 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetHeaderOtherLibInclusions() 802 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetUtilMethods() local 803 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetUtilMethods()
|
/ohos5.0/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codecgetparameterhdi_fuzzer/ |
H A D | codecgetparameter_fuzzer.cpp | 23 uint32_t paramIndex; member 56 int32_t ret = g_component->GetParameter(params.paramIndex, inParamStruct, outParamStruct); in CodecGetParameter()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/ |
H A D | napi_hisysevent_adapter.h | 106 size_t paramIndex = static_cast<size_t>(param.index()); in AppendParams() local 107 if (paramIndex >= allParamsHandlers.size()) { in AppendParams() 110 auto paramHandler = allParamsHandlers.at(paramIndex); in AppendParams()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | resp_common_data.cpp | 109 void RespCommonData::SetParam(int paramIndex, uint32_t value) in SetParam() argument 111 switch (paramIndex) { in SetParam()
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_component_type_service.c | 55 uint32_t paramIndex, int8_t *paramStruct, uint32_t paramStructLen) in CodecComponentTypeGetParameter() argument 57 CODEC_LOGI("service impl, index [%{public}x]!", paramIndex); in CodecComponentTypeGetParameter() 64 … int32_t err = OmxAdapterGetParameter(service->codecNode, paramIndex, paramStruct, paramStructLen); in CodecComponentTypeGetParameter() 66 CODEC_LOGE("index [%{public}u], ret value [%{public}x]!", paramIndex, err); in CodecComponentTypeGetParameter()
|
H A D | codec_adapter.cpp | 113 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8… in OmxAdapterGetParameter() argument 121 return codecNode->node->GetParameter(paramIndex, param, paramLen); in OmxAdapterGetParameter()
|
H A D | codec_component_type_stub.c | 125 uint32_t paramIndex = 0; in SerStubGetParameter() local 129 if (!HdfSbufReadUint32(data, ¶mIndex)) { in SerStubGetParameter() 152 ret = serviceImpl->GetParameter(serviceImpl, paramIndex, paramStruct, paramStructLen); in SerStubGetParameter()
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | component_node.h | 44 int32_t GetParameter(OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen); 46 int32_t SetParameter(OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen);
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/ |
H A D | component_node.h | 45 int32_t GetParameter(OMX_INDEXTYPE paramIndex, int8_t *param); 46 int32_t SetParameter(OMX_INDEXTYPE paramIndex, const int8_t *param);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/ |
H A D | resp_common_data.h | 33 void SetParam(int paramIndex, uint32_t value);
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
H A D | c_client_proxy_code_emitter.cpp | 183 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in GetHeaderOtherLibInclusions() local 184 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in GetHeaderOtherLibInclusions() 837 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in EmitUtilMethods() local 838 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in EmitUtilMethods()
|
H A D | c_service_stub_code_emitter.cpp | 798 for (size_t paramIndex = 0; paramIndex < method->GetParameterNumber(); paramIndex++) { in EmitUtilMethods() local 799 AutoPtr<ASTParameter> param = method->GetParameter(paramIndex); in EmitUtilMethods()
|
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/ |
H A D | component_node.cpp | 118 int32_t ComponentNode::GetParameter(OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen) in GetParameter() argument 125 return OMX_GetParameter(comp_, paramIndex, param); in GetParameter() 128 int32_t ComponentNode::SetParameter(OMX_INDEXTYPE paramIndex, int8_t *param, uint32_t paramLen) in SetParameter() argument 135 return OMX_SetParameter(comp_, paramIndex, param); in SetParameter()
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_if.h | 117 … int32_t (*GetParameter)(struct CodecComponentType *self, uint32_t paramIndex, int8_t *paramStruct,
|
/ohos5.0/drivers/peripheral/codec/hal/include/ |
H A D | codec_adapter_interface.h | 46 int32_t OmxAdapterGetParameter(struct CodecComponentNode *codecNode, OMX_INDEXTYPE paramIndex, int8…
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 178 int32_t ComponentNode::GetParameter(OMX_INDEXTYPE paramIndex, int8_t *param) in GetParameter() argument 181 auto err = OMX_GetParameter(comp_, paramIndex, param); in GetParameter() 188 int32_t ComponentNode::SetParameter(OMX_INDEXTYPE paramIndex, const int8_t *param) in SetParameter() argument 191 auto err = OMX_SetParameter(comp_, paramIndex, const_cast<int8_t *>(param)); in SetParameter()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/utils/ |
H A D | napi_utils.cpp | 444 uint32_t paramIndex = 1; in ModifyResourceParam() local 449 napi_set_element(env, paramsNApi, paramIndex, firstParam); in ModifyResourceParam() 450 paramIndex++; in ModifyResourceParam() 453 napi_set_element(env, paramsNApi, paramIndex, tmpParam); in ModifyResourceParam() 454 paramIndex++; in ModifyResourceParam()
|