Home
last modified time | relevance | path

Searched refs:getPortParam (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/video/
Dmedia_video_hidl_test_common.cpp64 getPortParam(omxNode, OMX_IndexParamVideoProfileLevelQuerySupported, in enumerateProfileAndLevel()
85 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in setupRAWPort()
109 status = getPortParam(omxNode, OMX_IndexParamVideoAvc, portIndex, &param); in setupAVCPort()
134 status = getPortParam(omxNode, (OMX_INDEXTYPE)OMX_IndexParamVideoHevc, in setupHEVCPort()
156 status = getPortParam(omxNode, OMX_IndexParamVideoMpeg4, portIndex, &param); in setupMPEG4Port()
184 status = getPortParam(omxNode, OMX_IndexParamVideoH263, portIndex, &param); in setupH263Port()
206 status = getPortParam(omxNode, in setupVPXPort()
233 status = getPortParam(omxNode, (OMX_INDEXTYPE)OMX_IndexParamVideoVp8, in setupVP8Port()
252 status = getPortParam(omxNode, (OMX_INDEXTYPE)OMX_IndexParamVideoVp9, in setupVP9Port()
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp426 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in setRefreshPeriod()
469 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in setDefaultPortParam()
732 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in dispatchGraphicBuffer()
842 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndexInput, in fillByteBuffer()
1139 status = getPortParam(omxNode, OMX_IndexParamVideoPortFormat, in TEST_F()
1275 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, in TEST_F()
1437 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, in TEST_F()
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp299 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, in getInputChannelInfo()
424 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, in portReconfiguration()
688 status = getPortParam(omxNode, OMX_IndexParamVideoPortFormat, in getDefaultColorFormat()
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
Dmedia_audio_hidl_test_common.cpp60 status = getPortParam( in enumerateProfile()
80 status = getPortParam(omxNode, OMX_IndexParamAudioPcm, portIndex, &param); in setupPCMPort()
154 status = getPortParam(omxNode, OMX_IndexParamAudioMp3, portIndex, &param); in setupMP3Port()
171 status = getPortParam(omxNode, OMX_IndexParamAudioFlac, portIndex, &param); in setupFLACPort()
185 getPortParam(omxNode, (OMX_INDEXTYPE)OMX_IndexParamAudioAndroidOpus, in setupOPUSPort()
224 status = getPortParam(omxNode, OMX_IndexParamAudioAmr, portIndex, &param); in setupAMRPort()
238 getPortParam(omxNode, OMX_IndexParamAudioVorbis, portIndex, &param); in setupVORBISPort()
255 status = getPortParam(omxNode, OMX_IndexParamAudioAac, portIndex, &param); in setupAACPort()
DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp215 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in setDefaultPortParam()
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp321 getPortParam(omxNode, OMX_IndexParamPortDefinition, i, &portDef); in TEST_F()
348 getPortParam(omxNode, OMX_IndexParamPortDefinition, i, &portDef); in TEST_F()
360 getPortParam(omxNode, OMX_IndexParamPortDefinition, i, &portDef); in TEST_F()
374 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, i, in TEST_F()
398 getPortParam(omxNode, OMX_IndexParamPortDefinition, i, &portDef); in TEST_F()
420 getPortParam(omxNode, OMX_IndexParamPortDefinition, i, &portDef); in TEST_F()
453 getPortParam(omxNode, OMX_IndexParamPortDefinition, portBase, &portDef); in TEST_F()
470 getPortParam(omxNode, OMX_IndexParamPortDefinition, portBase, &portDef); in TEST_F()
763 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, j, &def); in TEST_F()
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp73 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in setPortBufferSize()
100 status = getPortParam(omxNode, OMX_IndexParamVideoPortFormat, portIndex, in setVideoPortFormat()
162 status = getPortParam(omxNode, OMX_IndexParamAudioPortFormat, portIndex, in setAudioPortFormat()
320 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in allocateBuffer()
350 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in allocatePortBuffers()
Dmedia_hidl_test_common.h235 Return<android::hardware::media::omx::V1_0::Status> getPortParam( in getPortParam() function