/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);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/ |
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_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_inner_sample.h | 93 int32_t RunVideoDecoder(const std::string &codeName);
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/ |
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_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_inner_sample.h | 95 int32_t RunVideoDecoder(const std::string &codeName);
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_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()
|
/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()
|
/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()
|
/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()
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 275 int32_t VDecNdkSample::RunVideoDec_Surface(string codeName) in RunVideoDec_Surface() argument 284 err = CreateVideoDecoder(codeName); in RunVideoDec_Surface() 315 int32_t VDecNdkSample::RunVideoDec(string codeName) in RunVideoDec() argument 318 int err = CreateVideoDecoder(codeName); in RunVideoDec() 387 int32_t VDecNdkSample::CreateVideoDecoder(string codeName) in CreateVideoDecoder() argument 389 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()
|
/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 .AppendFormat("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 .AppendFormat("HDF_LOGE(\"%%{public}s: not support cmd %%{public}d\", __func__, %s);\n", codeName.c_str());
in EmitStubOnRequestMethodImpl()
|
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.h | 54 int32_t RunVideoDec(std::string codeName = "");
|
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.h | 54 int32_t RunVideoDec(std::string codeName = "");
|
/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()
|
/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()
|
/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()
|