Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_unit_test.cpp409 std::shared_ptr<FormatMock> avParam = FormatMockFactory::CreateFormat(); in HWTEST_F() local
410 avParam->PutIntValue(OH_MD_KEY_AUD_SAMPLE_RATE, TEST_SAMPLE_RATE); in HWTEST_F()
411 avParam->PutIntValue(OH_MD_KEY_AUD_CHANNEL_COUNT, TEST_CHANNEL_COUNT); in HWTEST_F()
412 avParam->PutIntValue(OH_MD_KEY_WIDTH, TEST_WIDTH); in HWTEST_F()
413 avParam->PutIntValue(OH_MD_KEY_HEIGHT, TEST_HEIGHT); in HWTEST_F()
418 avParam->PutStringValue(OH_MD_KEY_CODEC_MIME, testMp4MimeTypeList[i]); in HWTEST_F()
419 ret = avmuxer_->AddTrack(trackId, avParam); in HWTEST_F()
427 avParam->PutIntValue(OH_MD_KEY_PROFILE, AAC_PROFILE_LC); in HWTEST_F()
428 avParam->PutBuffer(OH_MD_KEY_CODEC_CONFIG, buffer_, sizeof(buffer_)); in HWTEST_F()
432 avParam in HWTEST_F()
476 std::shared_ptr<FormatMock> avParam = FormatMockFactory::CreateFormat(); HWTEST_F() local
559 std::shared_ptr<FormatMock> avParam = FormatMockFactory::CreateFormat(); HWTEST_F() local
581 std::shared_ptr<FormatMock> avParam = FormatMockFactory::CreateFormat(); HWTEST_F() local
[all...]

Completed in 4 milliseconds