Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/avsource/entry/src/main/cpp/types/libaudiodecoderxdlndk/
Dindex.d.ts55 export const OHAudioDecoderIsValidBnormal: () => number; constant
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/types/libaudioDecoderAvBuffer/
Dindex.d.ts55 export const OHAudioDecoderIsValidBnormal: () => number; constant
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Daudiodecoderxdlndk.cpp876 static napi_value OHAudioDecoderIsValidBnormal(napi_env env, napi_callback_info info) in OHAudioDecoderIsValidBnormal() function
1005 …{"OHAudioDecoderIsValidBnormal", nullptr, OHAudioDecoderIsValidBnormal, nullptr, nullptr, nullptr,… in Init()
DaudioDecoderAvBuffer.cpp875 static napi_value OHAudioDecoderIsValidBnormal(napi_env env, napi_callback_info info) in OHAudioDecoderIsValidBnormal() function
1157 …{"OHAudioDecoderIsValidBnormal", nullptr, OHAudioDecoderIsValidBnormal, nullptr, nullptr, nullptr,… in Init()
/test/xts/acts/multimedia/avsource/entry/src/ohosTest/ets/test/
DAudioDeCoderNdk.test.ets550 let result: number = audiodecoderxdlndk.OHAudioDecoderIsValidBnormal();
DAudioDecAvBufferNdk.test.ets615 let result: number = audioDecoderAvBuffer.OHAudioDecoderIsValidBnormal();