/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 377 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in portReconfiguration() argument 383 ASSERT_EQ(msg.data.eventData.data1, kPortIndexOutput); in portReconfiguration() 402 toRawCommandType(OMX_CommandPortDisable), kPortIndexOutput); in portReconfiguration() 414 omxNode->freeBuffer(kPortIndexOutput, (*oBuffer)[i].id); in portReconfiguration() 425 ASSERT_EQ(msg.data.eventData.data2, kPortIndexOutput); in portReconfiguration() 434 kPortIndexOutput, &portDef); in portReconfiguration() 435 setDefaultPortParam(omxNode, kPortIndexOutput, in portReconfiguration() 443 toRawCommandType(OMX_CommandPortEnable), kPortIndexOutput); in portReconfiguration() 455 omxNode, oBuffer, kPortIndexOutput, oPortMode, true)); in portReconfiguration() 462 ASSERT_EQ(msg.data.eventData.data2, kPortIndexOutput); in portReconfiguration() [all …]
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 1100 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local 1110 kPortIndexOutput = kPortIndexInput + 1; in TEST_P() 1117 status = setVideoPortFormat(omxNode, kPortIndexOutput, eCompressionFormat, in TEST_P() 1127 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local 1135 kPortIndexOutput = kPortIndexInput + 1; in TEST_P() 1157 status = omxNode->setPortMode(kPortIndexOutput, portMode[1]); in TEST_P() 1163 kPortIndexInput, kPortIndexOutput, portMode)); in TEST_P() 1174 kPortIndexInput, kPortIndexOutput)); in TEST_P() 1184 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local 1192 kPortIndexOutput = kPortIndexInput + 1; in TEST_P() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/audio/ |
D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 457 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in portReconfiguration() argument 466 ASSERT_EQ(msg.data.eventData.data1, kPortIndexOutput); in portReconfiguration() 469 kPortIndexOutput); in portReconfiguration() 480 omxNode->freeBuffer(kPortIndexOutput, (*oBuffer)[i].id); in portReconfiguration() 490 ASSERT_EQ(msg.data.eventData.data2, kPortIndexOutput); in portReconfiguration() 505 setDefaultPortParam(omxNode, kPortIndexOutput, in portReconfiguration() 513 toRawCommandType(OMX_CommandPortEnable), kPortIndexOutput); in portReconfiguration() 523 allocatePortBuffers(omxNode, oBuffer, kPortIndexOutput)); in portReconfiguration() 529 ASSERT_EQ(msg.data.eventData.data2, kPortIndexOutput); in portReconfiguration() 549 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in waitOnInputConsumption() argument [all …]
|
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 382 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local 390 kPortIndexOutput = kPortIndexInput + 1; in TEST_P() 394 status = setAudioPortFormat(omxNode, kPortIndexOutput, eEncoding); in TEST_P() 403 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local 411 kPortIndexOutput = kPortIndexInput + 1; in TEST_P() 456 ASSERT_NO_FATAL_FAILURE(setDefaultPortParam(omxNode, kPortIndexOutput, in TEST_P() 465 kPortIndexOutput)); in TEST_P() 486 kPortIndexOutput)); in TEST_P()
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 252 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local 265 kPortIndexOutput = kPortIndexInput + 1; in TEST_P() 276 status = setAudioPortFormat(omxNode, kPortIndexOutput, in TEST_P() 284 setAudioPortFormat(omxNode, kPortIndexOutput, OMX_AUDIO_CodingPCM); in TEST_P() 291 status = setVideoPortFormat(omxNode, kPortIndexOutput, in TEST_P() 300 status = setVideoPortFormat(omxNode, kPortIndexOutput, in TEST_P() 313 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local 326 kPortIndexOutput = kPortIndexInput + 1; in TEST_P() 329 for (size_t i = kPortIndexInput; i <= kPortIndexOutput; i++) { in TEST_P() 414 if ((compClass == video_encoder && i == kPortIndexOutput) || in TEST_P() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 416 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in changeStateLoadedtoIdle() argument 435 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, kPortIndexOutput, &portDefOutput); in changeStateLoadedtoIdle() 456 omxNode, oBuffer, kPortIndexOutput, pm[1], allocGrap)); in changeStateLoadedtoIdle() 476 OMX_U32 kPortIndexOutput) { in changeStateIdletoLoaded() argument 489 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, kPortIndexOutput, &portDefOutput); in changeStateIdletoLoaded() 510 status = omxNode->freeBuffer(kPortIndexOutput, (*oBuffer)[i].id); in changeStateIdletoLoaded() 660 OMX_U32 kPortIndexOutput, int64_t timeoutUs) { in flushPorts() argument 681 kPortIndexOutput); in flushPorts() 688 ASSERT_EQ(msg.data.eventData.data2, kPortIndexOutput); in flushPorts() 702 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, void* args) { in testEOS() argument [all …]
|
D | media_hidl_test_common.h | 371 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, 378 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput); 402 OMX_U32 kPortIndexOutput, 408 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, 415 OMX_U32 kPortIndexOutput = 1, void* args = nullptr);
|