Home
last modified time | relevance | path

Searched defs:omxNode (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A Dmedia_video_hidl_test_common.cpp53 void enumerateProfileAndLevel(sp<IOmxNode> omxNode, OMX_U32 portIndex, in enumerateProfileAndLevel()
78 void setupRAWPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 nFrameWidth, in setupRAWPort()
101 void setupAVCPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupAVCPort()
127 void setupHEVCPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupHEVCPort()
148 void setupMPEG4Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupMPEG4Port()
176 void setupH263Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupH263Port()
200 void setupVPXPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 xFramerate) { in setupVPXPort()
226 void setupVP8Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupVP8Port()
245 void setupVP9Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupVP9Port()
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp247 sp<IOmxNode> omxNode; member in VideoEncHidlTest
308 sp<IOmxNode> omxNode; member
366 void requestIDR(sp<IOmxNode> omxNode, OMX_U32 portIndex) { in requestIDR()
389 sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t xFramerate) { in changeFrameRate()
401 void changeRefreshPeriod(sp<IOmxNode> omxNode, OMX_U32 portIndex, in changeRefreshPeriod()
414 void setRefreshPeriod(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setRefreshPeriod()
439 void setLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t latency) { in setLatency()
449 void getLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t* latency) { in getLatency()
461 void setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setDefaultPortParam()
682 int dispatchGraphicBuffer(sp<IOmxNode> omxNode, in dispatchGraphicBuffer()
[all …]
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp259 sp<IOmxNode> omxNode; member in VideoDecHidlTest
279 void setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setDefaultPortParam()
299 void getInputChannelInfo(sp<IOmxNode> omxNode, OMX_U32 kPortIndexInput, in getInputChannelInfo()
374 void portReconfiguration(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in portReconfiguration()
502 void waitOnInputConsumption(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in waitOnInputConsumption()
540 void decodeNFrames(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in decodeNFrames()
620 bool isColorFormatFlexibleYUV(sp<IOmxNode> omxNode, in isColorFormatFlexibleYUV()
690 void getDefaultColorFormat(sp<IOmxNode> omxNode, OMX_U32 kPortIndexOutput, in getDefaultColorFormat()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A Dmedia_audio_hidl_test_common.cpp52 void enumerateProfile(sp<IOmxNode> omxNode, OMX_U32 portIndex, in enumerateProfile()
74 void setupPCMPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, in setupPCMPort()
148 void setupMP3Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupMP3Port()
166 void setupFLACPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, in setupFLACPort()
179 void setupOPUSPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, in setupOPUSPort()
219 void setupAMRPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nBitRate, in setupAMRPort()
232 void setupVORBISPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, in setupVORBISPort()
248 void setupAACPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setupAACPort()
H A DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp197 sp<IOmxNode> omxNode; member in AudioEncHidlTest
210 void setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, in setDefaultPortParam()
277 void waitOnInputConsumption(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in waitOnInputConsumption()
309 void encodeNFrames(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in encodeNFrames()
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp253 sp<IOmxNode> omxNode; member in AudioDecHidlTest
272 sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE eEncoding, in setDefaultPortParam()
309 void getInputChannelInfo(sp<IOmxNode> omxNode, OMX_U32 kPortIndexInput, in getInputChannelInfo()
454 void portReconfiguration(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in portReconfiguration()
545 void waitOnInputConsumption(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in waitOnInputConsumption()
586 void decodeNFrames(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in decodeNFrames()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp59 Return<android::hardware::media::omx::V1_0::Status> setRole(sp<IOmxNode> omxNode, in setRole()
67 sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 size) { in setPortBufferSize()
87 sp<IOmxNode> omxNode, OMX_U32 portIndex, in setVideoPortFormat()
152 sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE eEncoding) { in setAudioPortFormat()
192 void allocateGraphicBuffers(sp<IOmxNode> omxNode, OMX_U32 portIndex, in allocateGraphicBuffers()
312 void allocatePortBuffers(sp<IOmxNode> omxNode, in allocatePortBuffers()
474 void changeStateIdletoExecute(sp<IOmxNode> omxNode, in changeStateIdletoExecute()
540 void dispatchOutputBuffer(sp<IOmxNode> omxNode, in dispatchOutputBuffer()
575 void dispatchInputBuffer(sp<IOmxNode> omxNode, in dispatchInputBuffer()
604 void flushPorts(sp<IOmxNode> omxNode, sp<CodecObserver> observer, in flushPorts()
[all …]
H A Dmedia_hidl_test_common.h232 sp<IOmxNode> omxNode, OMX_INDEXTYPE omxIdx, T* params) { in getParam()
248 sp<IOmxNode> omxNode, OMX_INDEXTYPE omxIdx, T* params) { in setParam()
256 sp<IOmxNode> omxNode, OMX_INDEXTYPE omxIdx, OMX_U32 nPortIndex, T* params) { in getPortParam()
273 sp<IOmxNode> omxNode, OMX_INDEXTYPE omxIdx, OMX_U32 nPortIndex, T* params) { in setPortParam()
282 sp<IOmxNode> omxNode, OMX_INDEXTYPE omxIdx, OMX_U32 nPortIndex, T* params) { in getPortConfig()
299 sp<IOmxNode> omxNode, OMX_INDEXTYPE omxIdx, OMX_U32 nPortIndex, T* params) { in setPortConfig()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXUtils.cpp197 status_t SetComponentRole(const sp<IOMXNode> &omxNode, const char *role) { in SetComponentRole()
328 const sp<IOMXNode> &omxNode, in DescribeColorFormat()
354 const sp<IOMXNode> &omxNode, in IsFlexibleColorFormat()
H A DOmxGraphicBufferSource.cpp83 const sp<IOmxNodeWrapper>& omxNode, in configure()
/aosp12/frameworks/av/media/libmedia/aidl/android/
H A DIGraphicBufferSource.aidl27 void configure(IOMXNode omxNode, int dataSpace); in configure()
/aosp12/frameworks/av/media/libmedia/omx/1.0/
H A DWGraphicBufferSource.cpp34 const sp<IOMXNode>& omxNode, int32_t dataSpace) { in configure()
H A DWOmx.cpp59 sp<IOMXNode>* omxNode) { in allocateNode()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DOmx2IGraphicBufferSource.cpp143 const sp<IOMXNode>& omxNode, int32_t dataSpace) { in configure()
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp129 const sp<IOmxNode>& omxNode, Dataspace dataspace) { in configure()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/store/
H A DVtsHalMediaOmxV1_0TargetStoreTest.cpp395 sp<IOmxNode> omxNode = nullptr; in TEST_P() local
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/component/
H A DVtsHalMediaOmxV1_0TargetComponentTest.cpp160 sp<IOmxNode> omxNode; member in ComponentHidlTest
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp6920 sp<IOMXNode> omxNode; in onAllocateComponent() local
8989 sp<IOMXNode> omxNode; in queryCapabilities() local