/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | media_video_hidl_test_common.cpp | 64 getPortParam(omxNode, OMX_IndexParamVideoProfileLevelQuerySupported, in enumerateProfileAndLevel() 85 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in setupRAWPort() 109 status = getPortParam(omxNode, OMX_IndexParamVideoAvc, portIndex, ¶m); in setupAVCPort() 134 status = getPortParam(omxNode, (OMX_INDEXTYPE)OMX_IndexParamVideoHevc, in setupHEVCPort() 156 status = getPortParam(omxNode, OMX_IndexParamVideoMpeg4, portIndex, ¶m); in setupMPEG4Port() 184 status = getPortParam(omxNode, OMX_IndexParamVideoH263, portIndex, ¶m); 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()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 426 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()
|
D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 299 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/ |
D | media_audio_hidl_test_common.cpp | 60 status = getPortParam( in enumerateProfile() 80 status = getPortParam(omxNode, OMX_IndexParamAudioPcm, portIndex, ¶m); in setupPCMPort() 154 status = getPortParam(omxNode, OMX_IndexParamAudioMp3, portIndex, ¶m); in setupMP3Port() 171 status = getPortParam(omxNode, OMX_IndexParamAudioFlac, portIndex, ¶m); in setupFLACPort() 185 getPortParam(omxNode, (OMX_INDEXTYPE)OMX_IndexParamAudioAndroidOpus, in setupOPUSPort() 224 status = getPortParam(omxNode, OMX_IndexParamAudioAmr, portIndex, ¶m); in setupAMRPort() 238 getPortParam(omxNode, OMX_IndexParamAudioVorbis, portIndex, ¶m); in setupVORBISPort() 255 status = getPortParam(omxNode, OMX_IndexParamAudioAac, portIndex, ¶m); in setupAACPort()
|
D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 215 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex, in setDefaultPortParam()
|
/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 321 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/ |
D | media_hidl_test_common.cpp | 73 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()
|
D | media_hidl_test_common.h | 235 Return<android::hardware::media::omx::V1_0::Status> getPortParam( in getPortParam() function
|