/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
H A D | media_video_hidl_test_common.cpp | 54 void enumerateProfileAndLevel(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument 65 portIndex, ¶m); 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, ¶m); 124 status = setPortParam(omxNode, OMX_IndexParamVideoAvc, portIndex, ¶m); 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 D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 344 void setDefaultPortParam(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument 352 setupRAWPort(omxNode, portIndex, nFrameWidth, nFrameHeight,
|
H A D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 442 void requestIDR(sp<IOmxNode> omxNode, OMX_U32 portIndex) { argument 447 portIndex, ¶m); 453 void changeBitrate(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t nBitrate) { argument 458 setPortConfig(omxNode, OMX_IndexConfigVideoBitrate, portIndex, ¶m); 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, ¶m); 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 D | OMXVideoDecoderPAVC.cpp | 72 OMX_ERRORTYPE OMXVideoDecoderPAVC::ProcessorFlush(OMX_U32 portIndex) { argument 73 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
|
H A D | OMXVideoDecoderAVC.cpp | 88 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorFlush(OMX_U32 portIndex) { argument 91 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
|
H A D | OMXVideoEncoderBase.cpp | 389 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorFlush(OMX_U32 portIndex) { argument 391 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
|
H A D | OMXVideoDecoderVP9Hybrid.cpp | 247 OMX_ERRORTYPE OMXVideoDecoderVP9Hybrid::ProcessorFlush(OMX_U32 portIndex) { argument 248 if (portIndex == INPORT_INDEX || portIndex == OMX_ALL) {
|
H A D | OMXVideoDecoderBase.cpp | 270 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 D | media_audio_hidl_test_common.cpp | 53 void enumerateProfile(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument 62 portIndex, ¶m); 75 void setupPCMPort(sp<IOmxNode> omxNode, OMX_U32 portIndex, int32_t nChannels, argument 80 status = getPortParam(omxNode, OMX_IndexParamAudioPcm, portIndex, ¶m); 100 status = setPortParam(omxNode, OMX_IndexParamAudioPcm, portIndex, ¶m); 104 void setupMP3Port(sp<IOmxNode> omxNode, OMX_U32 portIndex, argument 109 status = getPortParam(omxNode, OMX_IndexParamAudioMp3, portIndex, ¶m); 118 status = setPortParam(omxNode, OMX_IndexParamAudioMp3, portIndex, ¶m); 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 D | VtsHalMediaOmxV1_0TargetAudioEncTest.cpp | 282 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 D | VtsHalMediaOmxV1_0TargetAudioDecTest.cpp | 337 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 D | OMXVideoDecoderAVCSecure.cpp | 163 OMX_ERRORTYPE OMXVideoDecoderAVCSecure::ProcessorFlush(OMX_U32 portIndex) { argument 164 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
H A D | media_hidl_test_common.cpp | 69 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 D | video_encoder_device_v4l2.cpp | 1459 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 D | video_encoder_device_v4l2.cpp | 1658 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 D | video_encoder_device_v4l2.cpp | 1563 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");
|