Home
last modified time | relevance | path

Searched refs:codeName (Results 1 - 25 of 26) sorted by relevance

12

/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/include/
H A Dvideodec_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
95 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_api11_sample.h57 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 Dvideodec_api11_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
109 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
102 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_inner_sample.h93 int32_t RunVideoDecoder(const std::string &codeName);
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
H A Dvideodec_api11_sample.h57 int32_t RunVideoDec_Surface(std::string codeName = "");
58 int32_t RunVideoDec(std::string codeName = "");
105 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_sample.h56 int32_t RunVideoDec_Surface(std::string codeName = "");
57 int32_t RunVideoDec(std::string codeName = "");
95 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_inner_sample.h95 int32_t RunVideoDecoder(const std::string &codeName);
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.h56 int32_t RunVideoDec(std::string codeName = "");
84 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_sample.cpp170 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 Dvideodec_sample.h56 int32_t RunVideoDec(std::string codeName = "");
84 int32_t CreateVideoDecoder(std::string codeName);
H A Dvideodec_sample.cpp170 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 Dvideodec_ndk_sample.cpp206 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 Dvideodec_api11_sample.cpp255 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 Dstate_test.cpp56 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 Dvideodec_ndk_sample.cpp334 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 Dvideodec_api11_sample.cpp366 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 Dvideodec_ndk_sample.cpp275 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 Dvideodec_api11_sample.cpp349 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 Dc_service_stub_code_emitter.cpp621 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 Dvideodec_api11_sample.h54 int32_t RunVideoDec(std::string codeName = "");
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.h54 int32_t RunVideoDec(std::string codeName = "");
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dstate_test.cpp62 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 Dvideodec_ndk_inner_sample.cpp280 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 Dvideodec_ndk_inner_sample.cpp320 int32_t VDecNdkInnerSample::RunVideoDecoder(const std::string &codeName) in RunVideoDecoder() argument
323 int32_t ret = CreateByName(codeName); in RunVideoDecoder()

Completed in 21 milliseconds

12