Home
last modified time | relevance | path

Searched refs:formatGet (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp638 OH_AVFormat* formatGet = encoderDemo->NativeRunCaseGetOutputDescription(inputFile, outputFile, encoderName.c_str(), in HWTEST_F() local
640 ASSERT_NE(nullptr, formatGet); in HWTEST_F()
645 OH_AVFormat_GetIntValue(formatGet, OH_MD_KEY_AUD_CHANNEL_COUNT, &channelNum_Get); in HWTEST_F()
646 OH_AVFormat_GetIntValue(formatGet, OH_MD_KEY_AUD_SAMPLE_RATE, &sampleRate_Get); in HWTEST_F()
647 OH_AVFormat_GetLongValue(formatGet, OH_MD_KEY_BITRATE, &bitrate_Get); in HWTEST_F()
650 OH_AVFormat_GetStringValue(formatGet, OH_MD_KEY_CODEC_MIME, &testStr); in HWTEST_F()
662 OH_AVFormat_Destroy(formatGet); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp66 int32_t formatGet = GRAPHIC_PIXEL_FMT_CLUT8; in HandleOpt() local
67 OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &formatGet); in HandleOpt()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp331 int32_t formatGet = GRAPHIC_PIXEL_FMT_CLUT8; in HWTEST_F() local
332 ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &formatGet), OHOS::GSERROR_OK); in HWTEST_F()
333 ASSERT_EQ(formatSet, formatGet); in HWTEST_F()
465 int32_t formatGet = NATIVEBUFFER_PIXEL_FMT_YCBCR_P010; in HWTEST_F() local
466 ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, &formatGet), OHOS::GSERROR_OK); in HWTEST_F()
467 ASSERT_EQ(formatSet, formatGet); in HWTEST_F()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFunctionTest.cpp1308 OH_AVFormat* formatGet = decoderDemo->NativeRunCaseGetOutputDescription(inputFile, in HWTEST_F() local
1310 ASSERT_NE(nullptr, formatGet); in HWTEST_F()
1315 OH_AVFormat_GetIntValue(formatGet, OH_MD_KEY_AUD_CHANNEL_COUNT, &channelNum_Get); in HWTEST_F()
1316 OH_AVFormat_GetIntValue(formatGet, OH_MD_KEY_AUD_SAMPLE_RATE, &sampleRate_Get); in HWTEST_F()
1317 OH_AVFormat_GetLongValue(formatGet, OH_MD_KEY_BITRATE, &bitrate_Get); in HWTEST_F()

Completed in 10 milliseconds