Home
last modified time | relevance | path

Searched refs:OHAudioDecoderStartBnormal (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/types/libaudiodecoderxdlndk/
Dindex.d.ts37 export const OHAudioDecoderStartBnormal: () => number; constant
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/types/libaudioDecoderAvBuffer/
Dindex.d.ts37 export const OHAudioDecoderStartBnormal: () => number; constant
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Daudiodecoderxdlndk.cpp419 static napi_value OHAudioDecoderStartBnormal(napi_env env, napi_callback_info info) in OHAudioDecoderStartBnormal() function
969 …{"OHAudioDecoderStartBnormal", nullptr, OHAudioDecoderStartBnormal, nullptr, nullptr, nullptr, nap… in Init()
DaudioDecoderAvBuffer.cpp418 static napi_value OHAudioDecoderStartBnormal(napi_env env, napi_callback_info info) in OHAudioDecoderStartBnormal() function
1121 …{"OHAudioDecoderStartBnormal", nullptr, OHAudioDecoderStartBnormal, nullptr, nullptr, nullptr, nap… in Init()
/test/xts/acts/multimedia/avsource/entry/src/ohosTest/ets/test/
DAudioDeCoderNdk.test.ets298 let result: number = audiodecoderxdlndk.OHAudioDecoderStartBnormal();
DAudioDecAvBufferNdk.test.ets363 let result: number = audioDecoderAvBuffer.OHAudioDecoderStartBnormal();