Searched refs:portMode (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
H A D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 140 portMode[0] = portMode[1] = PortMode::PRESET_BYTE_BUFFER; in SetUp() 263 PortMode portMode[2]; member in VideoDecHidlTest 803 portMode[0] = PortMode::PRESET_BYTE_BUFFER; in TEST_P() 804 portMode[1] = PortMode::DYNAMIC_ANW_BUFFER; in TEST_P() 835 kPortIndexOutput, portMode, true)); in TEST_P() 937 kPortIndexOutput, portMode, true)); in TEST_P() 1053 kPortIndexOutput, portMode, true)); in TEST_P() 1145 kPortIndexOutput, portMode, true)); in TEST_P() 1241 portMode[1] = PortMode::PRESET_ANW_BUFFER; in TEST_P() 1272 kPortIndexOutput, portMode, true)); in TEST_P() [all …]
|
H A D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 1040 PortMode portMode[2]; in TEST_P() local 1041 portMode[0] = PortMode::DYNAMIC_ANW_BUFFER; in TEST_P() 1042 portMode[1] = PortMode::PRESET_BYTE_BUFFER; in TEST_P() 1140 PortMode portMode[2]; in TEST_P() local 1141 portMode[0] = portMode[1] = PortMode::PRESET_BYTE_BUFFER; in TEST_P() 1263 PortMode portMode[2]; in TEST_P() local 1264 portMode[0] = PortMode::DYNAMIC_ANW_BUFFER; in TEST_P() 1265 portMode[1] = PortMode::PRESET_BYTE_BUFFER; in TEST_P() 1424 PortMode portMode[2]; in TEST_P() local 1425 portMode[0] = PortMode::DYNAMIC_ANW_BUFFER; in TEST_P() [all …]
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
H A D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 514 PortMode portMode[2]; in TEST_P() local 515 initPortMode(portMode, isSecure, compClass); in TEST_P() 585 PortMode portMode[2]; in TEST_P() local 586 initPortMode(portMode, isSecure, compClass); in TEST_P() 693 PortMode portMode[2]; in TEST_P() local 694 initPortMode(portMode, isSecure, compClass); in TEST_P() 758 PortMode portMode[2]; in TEST_P() local 759 initPortMode(portMode, isSecure, compClass); in TEST_P() 994 PortMode portMode[2]; in TEST_P() local 995 initPortMode(portMode, isSecure, compClass); in TEST_P() [all …]
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
H A D | media_hidl_test_common.cpp | 236 if (portMode == PortMode::PRESET_SECURE_BUFFER) { in allocateBuffer() 249 } else if (portMode == PortMode::PRESET_BYTE_BUFFER || in allocateBuffer() 259 if (portMode != PortMode::PRESET_BYTE_BUFFER) { in allocateBuffer() 273 if (portMode == PortMode::DYNAMIC_ANW_BUFFER) { in allocateBuffer() 288 } else if (portMode == PortMode::PRESET_ANW_BUFFER) { in allocateBuffer() 342 if (portMode == PortMode::PRESET_ANW_BUFFER || in freePortBuffers() 365 pm = portMode ? portMode : defaultPortMode; in changeStateLoadedtoIdle() 423 pm = portMode ? portMode : defaultPortMode; in changeStateIdletoLoaded() 547 switch (portMode) { in dispatchOutputBuffer() 583 switch (portMode) { in dispatchInputBuffer() [all …]
|
H A D | media_hidl_test_common.h | 325 OMX_U32 nBufferSize, PortMode portMode); 330 PortMode portMode = PortMode::PRESET_BYTE_BUFFER, 333 void freePortBuffers(android::Vector<BufferInfo>* buffArray, PortMode portMode, 340 PortMode* portMode = nullptr, 346 OMX_U32 kPortIndexOutput, PortMode* portMode = nullptr, 360 PortMode portMode = PortMode::PRESET_BYTE_BUFFER); 366 PortMode portMode = PortMode::PRESET_BYTE_BUFFER); 382 bool& eosFlag, PortMode* portMode = nullptr,
|
/aosp12/hardware/interfaces/usb/1.0/default/ |
H A D | Usb.cpp | 218 Status getPortModeHelper(const std::string portName, PortMode& portMode) { in getPortModeHelper() argument 229 portMode = PortMode::DRP; in getPortModeHelper() 231 portMode = PortMode::UFP; in getPortModeHelper() 233 portMode = PortMode::DFP; in getPortModeHelper()
|