Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp309 void getInputChannelInfo(sp<IOmxNode> omxNode, OMX_U32 kPortIndexInput, in getInputChannelInfo() argument
322 kPortIndexInput, &param); in getInputChannelInfo()
332 kPortIndexInput, &param); in getInputChannelInfo()
343 kPortIndexInput, &param); in getInputChannelInfo()
353 kPortIndexInput, &param); in getInputChannelInfo()
363 kPortIndexInput, &param); in getInputChannelInfo()
376 kPortIndexInput, &param); in getInputChannelInfo()
386 kPortIndexInput, &param); in getInputChannelInfo()
457 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in portReconfiguration() argument
496 omxNode, kPortIndexInput, eEncoding, &nChannels, &nSampleRate)); in portReconfiguration()
[all …]
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp382 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
389 kPortIndexInput = params.nStartPortNumber; in TEST_P()
390 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
392 status = setAudioPortFormat(omxNode, kPortIndexInput, OMX_AUDIO_CodingPCM); in TEST_P()
403 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
410 kPortIndexInput = params.nStartPortNumber; in TEST_P()
411 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
452 setupPCMPort(omxNode, kPortIndexInput, nChannels, OMX_NumericalDataSigned, in TEST_P()
464 &oBuffer, kPortIndexInput, in TEST_P()
485 &oBuffer, kPortIndexInput, in TEST_P()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp299 void getInputChannelInfo(sp<IOmxNode> omxNode, OMX_U32 kPortIndexInput, in getInputChannelInfo() argument
309 kPortIndexInput, &portDef); in getInputChannelInfo()
377 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in portReconfiguration() argument
429 getInputChannelInfo(omxNode, kPortIndexInput, &nFrameWidth, in portReconfiguration()
505 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in waitOnInputConsumption() argument
518 omxNode, observer, iBuffer, oBuffer, kPortIndexInput, in waitOnInputConsumption()
543 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, in decodeNFrames() argument
563 omxNode, observer, iBuffer, oBuffer, kPortIndexInput, in decodeNFrames()
735 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
744 kPortIndexInput = params.nStartPortNumber; in TEST_P()
[all …]
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp988 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
997 kPortIndexInput = params.nStartPortNumber; in TEST_P()
998 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
1001 setVideoPortFormat(omxNode, kPortIndexInput, OMX_VIDEO_CodingUnused, in TEST_P()
1015 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
1022 kPortIndexInput = params.nStartPortNumber; in TEST_P()
1023 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
1031 setupRAWPort(omxNode, kPortIndexInput, nFrameWidth, nFrameHeight, 0, in TEST_P()
1043 status = omxNode->setPortMode(kPortIndexInput, portMode[0]); in TEST_P()
1051 kPortIndexInput, kPortIndexOutput, portMode)); in TEST_P()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp252 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
264 kPortIndexInput = params.nStartPortNumber; in TEST_P()
265 kPortIndexOutput = kPortIndexInput + 1; in TEST_P()
274 setAudioPortFormat(omxNode, kPortIndexInput, OMX_AUDIO_CodingPCM); in TEST_P()
280 status = setAudioPortFormat(omxNode, kPortIndexInput, in TEST_P()
288 setVideoPortFormat(omxNode, kPortIndexInput, OMX_VIDEO_CodingUnused, in TEST_P()
296 status = setVideoPortFormat(omxNode, kPortIndexInput, in TEST_P()
313 uint32_t kPortIndexInput = 0, kPortIndexOutput = 1; in TEST_P() local
325 kPortIndexInput = params.nStartPortNumber; in TEST_P()
326 kPortIndexOutput = kPortIndexInput + 1; 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
374 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, kPortIndexInput, &portDefInput); in changeStateLoadedtoIdle()
387 omxNode, iBuffer, kPortIndexInput, pm[0], allocGrap)); in changeStateLoadedtoIdle()
415 android::Vector<BufferInfo>* oBuffer, OMX_U32 kPortIndexInput, in changeStateIdletoLoaded() argument
432 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, kPortIndexInput, &portDefInput); in changeStateIdletoLoaded()
444 status = omxNode->freeBuffer(kPortIndexInput, (*iBuffer)[i].id); in changeStateIdletoLoaded()
606 android::Vector<BufferInfo>* oBuffer, OMX_U32 kPortIndexInput, in flushPorts() argument
613 kPortIndexInput); in flushPorts()
620 ASSERT_EQ(msg.data.eventData.data2, kPortIndexInput); 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,
345 android::Vector<BufferInfo>* oBuffer, OMX_U32 kPortIndexInput,
370 android::Vector<BufferInfo>* oBuffer, OMX_U32 kPortIndexInput,
377 OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput,
383 portreconfig fptr = nullptr, OMX_U32 kPortIndexInput = 0,