Searched refs:sixthParam (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/ |
H A D | videodecoderndk.cpp | 228 int sixthParam;
in OHVideoDecoderStart() local 235 napi_get_value_int32(env, args[PARAM_5], &sixthParam);
in OHVideoDecoderStart() 278 if (sixthParam == PARAM_1) {
in OHVideoDecoderStart() 282 } else if (sixthParam == PARAM_0) {
in OHVideoDecoderStart() 303 int sixthParam;
in OHVideoDecoderStop() local 311 napi_get_value_int32(env, args[PARAM_5], &sixthParam);
in OHVideoDecoderStop() 355 if (sixthParam == PARAM_1) {
in OHVideoDecoderStop() 357 } else if (sixthParam == PARAM_0) {
in OHVideoDecoderStop() 386 int sixthParam;
in OHVideoDecoderFlush() local 394 napi_get_value_int32(env, args[PARAM_5], &sixthParam);
in OHVideoDecoderFlush() [all...] |
H A D | videoencoderndk.cpp | 891 int sixthParam;
in OHVideoEncoderStart() local 898 napi_get_value_int32(env, args[PARAM_5], &sixthParam);
in OHVideoEncoderStart() 941 if (sixthParam == PARAM_1) {
in OHVideoEncoderStart() 945 } else if (sixthParam == PARAM_0) {
in OHVideoEncoderStart() 966 int sixthParam;
in OHVideoEncoderStop() local 974 napi_get_value_int32(env, args[PARAM_5], &sixthParam);
in OHVideoEncoderStop() 1018 if (sixthParam == PARAM_1) {
in OHVideoEncoderStop() 1020 } else if (sixthParam == PARAM_0) {
in OHVideoEncoderStop() 1048 int sixthParam;
in OHVideoEncoderFlush() local 1056 napi_get_value_int32(env, args[PARAM_5], &sixthParam);
in OHVideoEncoderFlush() 1131 int sixthParam; OHVideoEncoderReset() local 1212 int sixthParam; OHVideoEncoderGetOutputDescription() local [all...] |
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
H A D | avplayerndk.cpp | 355 int firstParam, secondParam, thirdParam, fourthParam, fifthParam, sixthParam, seventhParam;
in OhAvPlayerReset() local 361 napi_get_value_int32(env, args[PARAM_5], &sixthParam);
in OhAvPlayerReset() 381 errCode = ((sixthParam == PARAM_1) ? OH_AVPlayer_Reset(player) : OH_AVPlayer_Reset(nullptr));
in OhAvPlayerReset()
|
Completed in 7 milliseconds