Home
last modified time | relevance | path

Searched refs:NativeGetInputIndex (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerParamCheckTest.cpp322 uint32_t index = decoderDemo->NativeGetInputIndex();
367 uint32_t index = decoderDemo->NativeGetInputIndex();
382 index = decoderDemo->NativeGetInputIndex();
416 uint32_t index = decoderDemo->NativeGetInputIndex();
429 index = decoderDemo->NativeGetInputIndex();
466 uint32_t index = decoderDemo->NativeGetInputIndex();
480 index = decoderDemo->NativeGetInputIndex();
H A DInnerInterfaceDependCheckTest.cpp93 return decoderDemo->NativeGetInputIndex(); in GetInputIndex()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeParamCheckTest.cpp484 uint32_t index = decoderDemo->NativeGetInputIndex();
531 uint32_t index = decoderDemo->NativeGetInputIndex();
535 index = decoderDemo->NativeGetInputIndex();
580 uint32_t index = decoderDemo->NativeGetInputIndex();
584 index = decoderDemo->NativeGetInputIndex();
629 uint32_t index = decoderDemo->NativeGetInputIndex();
633 index = decoderDemo->NativeGetInputIndex();
H A DNativeFuzzTest.cpp77 int32_t inputIndex = decoderDemo->NativeGetInputIndex(); in inputFunc()
356 int32_t inputIndex = decoderDemo->NativeGetInputIndex();
H A DNativeNullCheckTest.cpp514 uint32_t index = decoderDemo->NativeGetInputIndex();
H A DNativeInterfaceDependCheckTest.cpp88 index = decoderDemo->NativeGetInputIndex(); in Start()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeParamCheckTest.cpp488 uint32_t index = encoderDemo->NativeGetInputIndex();
539 uint32_t index = encoderDemo->NativeGetInputIndex();
543 index = encoderDemo->NativeGetInputIndex();
592 uint32_t index = encoderDemo->NativeGetInputIndex();
596 index = encoderDemo->NativeGetInputIndex();
645 uint32_t index = encoderDemo->NativeGetInputIndex();
649 index = encoderDemo->NativeGetInputIndex();
H A DNativeFuzzTest.cpp78 int32_t inputIndex = encoderDemo->NativeGetInputIndex(); in inputFunc()
370 int32_t inputIndex = encoderDemo->NativeGetInputIndex();
H A DNativeNullCheckTest.cpp541 uint32_t index = encoderDemo->NativeGetInputIndex();
H A DNativeInterfaceDependCheckTest.cpp89 index = encoderDemo->NativeGetInputIndex(); in Start()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H A DAudioEncoderDemoCommon.h130 uint32_t NativeGetInputIndex();
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h121 uint32_t NativeGetInputIndex();
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp262 uint32_t AudioEncoderDemo::NativeGetInputIndex() in NativeGetInputIndex() function in AudioEncoderDemo
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp308 uint32_t AudioDecoderDemo::NativeGetInputIndex() in NativeGetInputIndex() function in AudioDecoderDemo