Searched defs:portIndex (Results 1 - 16 of 16) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A Dmedia_video_hidl_test_common.cpp54 void enumerateProfileAndLevel(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
65 portIndex, &param);
79 void setupRAWPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 nFrameWidth, argument
85 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
97 status = setPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
102 void setupAVCPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
109 status = getPortParam(omxNode, OMX_IndexParamVideoAvc, portIndex, &param);
124 status = setPortParam(omxNode, OMX_IndexParamVideoAvc, portIndex, &param);
128 void setupHEVCPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
135 portIndex,
149 setupMPEG4Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_VIDEO_MPEG4PROFILETYPE eProfile, OMX_VIDEO_MPEG4LEVELTYPE eLevel, OMX_U32 xFramerate) argument
177 setupH263Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_VIDEO_H263PROFILETYPE eProfile, OMX_VIDEO_H263LEVELTYPE eLevel, OMX_U32 xFramerate) argument
201 setupVPXPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 xFramerate) argument
227 setupVP8Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_VIDEO_VP8PROFILETYPE eProfile, OMX_VIDEO_VP8LEVELTYPE eLevel) argument
246 setupVP9Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_VIDEO_VP9PROFILETYPE eProfile, OMX_VIDEO_VP9LEVELTYPE eLevel) argument
[all...]
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp344 void setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
352 setupRAWPort(omxNode, portIndex, nFrameWidth, nFrameHeight,
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp442 void requestIDR(sp<IOmxNode> omxNode, OMX_U32 portIndex) { argument
447 portIndex, &param);
453 void changeBitrate(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t nBitrate) { argument
458 setPortConfig(omxNode, OMX_IndexConfigVideoBitrate, portIndex, &param);
465 sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t xFramerate) {
469 status = setPortConfig(omxNode, OMX_IndexConfigVideoFramerate, portIndex,
477 void changeRefreshPeriod(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
484 portIndex, &param);
490 void setRefreshPeriod(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
500 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
464 changeFrameRate( sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t xFramerate) argument
515 setLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t latency) argument
525 getLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t* latency) argument
537 setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_VIDEO_CODINGTYPE eCompressionFormat, OMX_U32 nFrameWidth, OMX_U32 nFrameHeight, OMX_U32 nBitrate, OMX_U32 xFramerate) argument
797 dispatchGraphicBuffer(sp<IOmxNode> omxNode, sp<IGraphicBufferProducer> producer, sp<CodecProducerListener> listener, android::Vector<BufferInfo>* buffArray, OMX_U32 portIndex, std::ifstream& eleStream, uint64_t timestamp) argument
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderPAVC.cpp72 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorFlush(OMX_U32 portIndex) { argument
73 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
H A DOMXVideoDecoderAVC.cpp88 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorFlush(OMX_U32 portIndex) { argument
91 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
H A DOMXVideoEncoderBase.cpp389 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorFlush(OMX_U32 portIndex) { argument
391 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
H A DOMXVideoDecoderVP9Hybrid.cpp247 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorFlush(OMX_U32 portIndex) { argument
248 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
H A DOMXVideoDecoderBase.cpp270 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorFlush(OMX_U32 portIndex) { argument
271 LOGI("Flushing port# %u.", portIndex);
278 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A Dmedia_audio_hidl_test_common.cpp53 void enumerateProfile(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
62 portIndex, &param);
75 void setupPCMPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, argument
80 status = getPortParam(omxNode, OMX_IndexParamAudioPcm, portIndex, &param);
100 status = setPortParam(omxNode, OMX_IndexParamAudioPcm, portIndex, &param);
104 void setupMP3Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
109 status = getPortParam(omxNode, OMX_IndexParamAudioMp3, portIndex, &param);
118 status = setPortParam(omxNode, OMX_IndexParamAudioMp3, portIndex, &param);
122 void setupFLACPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, argument
126 status = getPortParam(omxNode, OMX_IndexParamAudioFlac, portIndex,
135 setupOPUSPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, int32_t nBitRate, int32_t nSampleRate) argument
175 setupAMRPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nBitRate, bool isAMRWB) argument
188 setupVORBISPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, int32_t nBitRate, int32_t nSampleRate, int32_t nQuality) argument
204 setupAACPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_AACPROFILETYPE eAACProfile, OMX_AUDIO_AACSTREAMFORMATTYPE eAACStreamFormat, int32_t nChannels, int32_t nBitRate, int32_t nSampleRate) argument
[all...]
H A DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp282 void setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
289 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
295 status = setPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
302 enumerateProfile(omxNode, portIndex, &arrProfile);
309 setupFLACPort(omxNode, portIndex, nChannels, nSampleRate,
313 setupAMRPort(omxNode, portIndex, nBitRate,
317 setupAACPort(omxNode, portIndex,
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp337 sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE eEncoding,
345 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
351 status = setPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
357 setupPCMPort(omxNode, portIndex, nChannels, eNumData, nBitPerSample,
361 setupAACPort(omxNode, portIndex, OMX_AUDIO_AACObjectNull,
336 setDefaultPortParam( sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE eEncoding, int32_t nChannels = 2, int32_t nSampleRate = 44100, OMX_AUDIO_PCMMODETYPE ePCMMode = OMX_AUDIO_PCMModeLinear, OMX_NUMERICALDATATYPE eNumData = OMX_NumericalDataSigned, int32_t nBitPerSample = 16) argument
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp163 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorFlush(OMX_U32 portIndex) { argument
164 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp69 sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 size) {
73 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
79 status = setPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
89 sp<IOmxNode> omxNode, OMX_U32 portIndex,
100 status = getPortParam(omxNode, OMX_IndexParamVideoPortFormat, portIndex,
147 status = setPortParam(omxNode, OMX_IndexParamVideoPortFormat, portIndex,
154 sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE eEncoding) {
162 status = getPortParam(omxNode, OMX_IndexParamAudioPortFormat, portIndex,
189 status = setPortParam(omxNode, OMX_IndexParamAudioPortFormat, portIndex,
194 void allocateGraphicBuffers(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument
68 setPortBufferSize( sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_U32 size) argument
88 setVideoPortFormat( sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_VIDEO_CODINGTYPE eCompressionFormat, OMX_COLOR_FORMATTYPE eColorFormat, OMX_U32 xFramerate) argument
153 setAudioPortFormat( sp<IOmxNode> omxNode, OMX_U32 portIndex, OMX_AUDIO_CODINGTYPE eEncoding) argument
262 allocateBuffer(sp<IOmxNode> omxNode, BufferInfo* buffer, OMX_U32 portIndex, OMX_U32 nBufferSize, PortMode portMode) argument
342 allocatePortBuffers(sp<IOmxNode> omxNode, android::Vector<BufferInfo>* buffArray, OMX_U32 portIndex, PortMode portMode, bool allocGrap) argument
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1459 bool venc_dev::venc_get_dimensions(OMX_U32 portIndex, OMX_U32 *w, OMX_U32 *h) { argument
1462 fmt.type = portIndex == PORT_INDEX_OUT ? V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE :
1467 portIndex == PORT_INDEX_OUT ? "capture" : "output");
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1658 bool venc_dev::venc_get_dimensions(OMX_U32 portIndex, OMX_U32 *w, OMX_U32 *h) { argument
1661 fmt.type = portIndex == PORT_INDEX_OUT ? V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE :
1666 portIndex == PORT_INDEX_OUT ? "capture" : "output");
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp1563 bool venc_dev::venc_get_dimensions(OMX_U32 portIndex, OMX_U32 *w, OMX_U32 *h) { argument
1566 fmt.type = portIndex == PORT_INDEX_OUT ? V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE :
1571 portIndex == PORT_INDEX_OUT ? "capture" : "output");

Completed in 388 milliseconds