Home
last modified time | relevance | path

Searched refs:kPortIndexOutput (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp377 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()
456 omxNode, oBuffer, kPortIndexOutput, oPortMode, true)); in portReconfiguration()
463 ASSERT_EQ(msg.data.eventData.data2, kPortIndexOutput); in portReconfiguration()
[all …]
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp988 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
998 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
1005 status = setVideoPortFormat(omxNode, kPortIndexOutput, eCompressionFormat, in TEST_P()
1015 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
1023 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
1045 status = omxNode->setPortMode(kPortIndexOutput, portMode[1]); in TEST_P()
1051 kPortIndexInput, kPortIndexOutput, portMode)); in TEST_P()
1062 kPortIndexOutput, portMode)); in TEST_P()
1072 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
1080 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp457 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 …]
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp382 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/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp252 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/
Dmedia_hidl_test_common.cpp357 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in changeStateLoadedtoIdle() argument
376 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, kPortIndexOutput, &portDefOutput); in changeStateLoadedtoIdle()
397 omxNode, oBuffer, kPortIndexOutput, pm[1], allocGrap)); in changeStateLoadedtoIdle()
416 OMX_U32 kPortIndexOutput, PortMode* portMode, bool allocGrap) { in changeStateIdletoLoaded() argument
434 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, kPortIndexOutput, &portDefOutput); in changeStateIdletoLoaded()
455 status = omxNode->freeBuffer(kPortIndexOutput, (*oBuffer)[i].id); in changeStateIdletoLoaded()
607 OMX_U32 kPortIndexOutput, int64_t timeoutUs) { in flushPorts() argument
628 kPortIndexOutput); in flushPorts()
635 ASSERT_EQ(msg.data.eventData.data2, kPortIndexOutput); in flushPorts()
649 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, void* args) { in testEOS() argument
[all …]
Dmedia_hidl_test_common.h339 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
346 OMX_U32 kPortIndexOutput, PortMode* portMode = nullptr,
371 OMX_U32 kPortIndexOutput,
377 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
384 OMX_U32 kPortIndexOutput = 1, void* args = nullptr);