/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/ |
H A D | signal_info.cpp | 93 std::stringstream codeName; in FormatSIGBUSCodeName() local 114 return codeName.str(); in FormatSIGBUSCodeName() 119 std::stringstream codeName; in FormatSIGILLCodeName() local 149 return codeName.str(); in FormatSIGILLCodeName() 154 std::stringstream codeName; in FormatSIGFPECodeName() local 184 return codeName.str(); in FormatSIGFPECodeName() 189 std::stringstream codeName; in FormatSIGSEGVCodeName() local 201 return codeName.str(); in FormatSIGSEGVCodeName() 206 std::stringstream codeName; in FormatSIGTRAPCodeName() local 224 return codeName.str(); in FormatSIGTRAPCodeName() [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/ |
H A D | videodec_sample.h | 56 int32_t RunVideoDec_Surface(std::string codeName = ""); 57 int32_t RunVideoDec(std::string codeName = ""); 95 int32_t CreateVideoDecoder(std::string codeName);
|
H A D | videodec_api11_sample.h | 57 int32_t RunVideoDec_Surface(std::string codeName = ""); 58 int32_t RunVideoDec(std::string codeName = ""); 105 int32_t CreateVideoDecoder(std::string codeName);
|
H A D | videodec_inner_sample.h | 95 int32_t RunVideoDecoder(const std::string &codeName);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/ |
H A D | videodec_sample.h | 57 int32_t RunVideoDec_Surface(std::string codeName = ""); 58 int32_t RunVideoDec(std::string codeName = ""); 95 int32_t CreateVideoDecoder(std::string codeName);
|
H A D | videodec_api11_sample.h | 57 int32_t RunVideoDec_Surface(std::string codeName = ""); 58 int32_t RunVideoDec(std::string codeName = ""); 107 int32_t CreateVideoDecoder(std::string codeName);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/ |
H A D | videodec_sample.h | 57 int32_t RunVideoDec_Surface(std::string codeName = ""); 58 int32_t RunVideoDec(std::string codeName = ""); 102 int32_t CreateVideoDecoder(std::string codeName);
|
H A D | videodec_api11_sample.h | 57 int32_t RunVideoDec_Surface(std::string codeName = ""); 58 int32_t RunVideoDec(std::string codeName = ""); 109 int32_t CreateVideoDecoder(std::string codeName);
|
H A D | videodec_inner_sample.h | 93 int32_t RunVideoDecoder(const std::string &codeName);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 206 int32_t VDecNdkSample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument 220 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface() 251 int32_t VDecNdkSample::RunVideoDec(string codeName) in RunVideoDec() argument 254 int err = CreateVideoDecoder(codeName); in RunVideoDec() 372 int32_t VDecNdkSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 374 if (!codeName.empty()) { in CreateVideoDecoder() 375 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
|
H A D | videodec_api11_sample.cpp | 255 int32_t VDecAPI11Sample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument 264 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface() 295 int32_t VDecAPI11Sample::RunVideoDec(string codeName) in RunVideoDec() argument 298 int err = CreateVideoDecoder(codeName); in RunVideoDec() 367 int32_t VDecAPI11Sample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 369 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
|
H A D | state_test.cpp | 56 string codeName = "OH.Media.Codec.Decoder.Video.AVC"; in SetUp() local 57 int32_t ret = vDecSample->CreateVideoDecoder(codeName); in SetUp()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.h | 56 int32_t RunVideoDec(std::string codeName = ""); 84 int32_t CreateVideoDecoder(std::string codeName);
|
H A D | videodec_sample.cpp | 170 int32_t VDecFuzzSample::RunVideoDec(string codeName) in RunVideoDec() argument 172 int err = CreateVideoDecoder(codeName); in RunVideoDec() 275 int32_t VDecFuzzSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 292 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 263 int32_t VDecNdkSample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument 272 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface() 303 int32_t VDecNdkSample::RunVideoDec(string codeName) in RunVideoDec() argument 306 int err = CreateVideoDecoder(codeName); in RunVideoDec() 375 int32_t VDecNdkSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 377 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
|
H A D | videodec_api11_sample.cpp | 349 int32_t VDecAPI11Sample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument 359 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface() 394 int32_t VDecAPI11Sample::RunVideoDec(string codeName) in RunVideoDec() argument 397 int err = CreateVideoDecoder(codeName); in RunVideoDec() 466 int32_t VDecAPI11Sample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 468 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
H A D | c_service_stub_code_emitter.cpp | 621 std::string codeName = "code"; in EmitKernelStubOnRequestMethodImpl() local 625 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl() 627 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl() 641 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl() 669 std::string codeName = "code"; in EmitStubOnRequestMethodImpl() local 673 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitStubOnRequestMethodImpl() 689 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitStubOnRequestMethodImpl() 703 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
H A D | c_service_stub_code_emitter.cpp | 559 std::string codeName = "code"; in EmitKernelStubOnRequestMethodImpl() local 563 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl() 565 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl() 579 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitKernelStubOnRequestMethodImpl() 607 std::string codeName = "code"; in EmitStubOnRequestMethodImpl() local 611 sb.AppendFormat("int %s, struct HdfSBuf *data, struct HdfSBuf *reply)\n", codeName.c_str()); in EmitStubOnRequestMethodImpl() 627 sb.Append(prefix + TAB).AppendFormat("switch (%s) {\n", codeName.c_str()); in EmitStubOnRequestMethodImpl() 641 …ormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str()); in EmitStubOnRequestMethodImpl()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 334 int32_t VDecNdkSample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument 343 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface() 374 int32_t VDecNdkSample::RunVideoDec(string codeName) in RunVideoDec() argument 377 int err = CreateVideoDecoder(codeName); in RunVideoDec() 446 int32_t VDecNdkSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 448 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
|
H A D | videodec_api11_sample.cpp | 366 int32_t VDecAPI11Sample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument 375 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface() 406 int32_t VDecAPI11Sample::RunVideoDec(string codeName) in RunVideoDec() argument 409 int err = CreateVideoDecoder(codeName); in RunVideoDec() 478 int32_t VDecAPI11Sample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 480 vdec_ = OH_VideoDecoder_CreateByName(codeName.c_str()); in CreateVideoDecoder()
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.h | 54 int32_t RunVideoDec(std::string codeName = "");
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | state_test.cpp | 62 const char *codeName = OH_AVCapability_GetName(cap); in SetUp() local 63 cout << "codecname: " << codeName << endl; in SetUp() 64 int32_t ret = vEncSample->CreateVideoEncoder(codeName); in SetUp()
|
/ohos5.0/base/web/webview/interfaces/kits/napi/web_net_error_code/ |
H A D | napi_web_net_errorcode.cpp | 36 #define NAPI_NET_ERROR_CODE(codeName, code) \ argument 38 codeName, \
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/ |
H A D | videodec_ndk_inner_sample.cpp | 280 int32_t VDecNdkInnerSample::RunVideoDecoder(const std::string &codeName) in RunVideoDecoder() argument 283 int32_t ret = CreateByName(codeName); in RunVideoDecoder()
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/ |
H A D | videodec_ndk_inner_sample.cpp | 320 int32_t VDecNdkInnerSample::RunVideoDecoder(const std::string &codeName) in RunVideoDecoder() argument 323 int32_t ret = CreateByName(codeName); in RunVideoDecoder()
|