/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 65 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP9_MIME_TYPE; in InitInputPortFormatSpecific() 66 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingVP9; in InitInputPortFormatSpecific() 90 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat; in ProcessorInit() 91 …mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN)… in ProcessorInit() 92 … mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f; in ProcessorInit() 93 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorInit() 94 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight; in ProcessorInit() 95 mDecodedImageWidth = def_output->format.video.nFrameWidth; in ProcessorInit() 96 mDecodedImageHeight = def_output->format.video.nFrameHeight; in ProcessorInit() 174 mGraphicBufferParam.graphicBufferColorFormat = def_output->format.video.eColorFormat; in ProcessorReset() [all …]
|
D | OMXVideoEncoderBase.cpp | 102 paramPortDefinitionInput.format.video.cMIMEType = (OMX_STRING)RAW_MIME_TYPE; in InitInputPort() 103 paramPortDefinitionInput.format.video.pNativeRender = NULL; in InitInputPort() 104 paramPortDefinitionInput.format.video.nFrameWidth = 176; in InitInputPort() 105 paramPortDefinitionInput.format.video.nFrameHeight = 144; in InitInputPort() 106 paramPortDefinitionInput.format.video.nStride = 0; in InitInputPort() 107 paramPortDefinitionInput.format.video.nSliceHeight = 0; in InitInputPort() 108 paramPortDefinitionInput.format.video.nBitrate = 64000; in InitInputPort() 109 paramPortDefinitionInput.format.video.xFramerate = 15 << 16; in InitInputPort() 110 paramPortDefinitionInput.format.video.bFlagErrorConcealment = OMX_FALSE; in InitInputPort() 111 paramPortDefinitionInput.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in InitInputPort() [all …]
|
D | OMXVideoDecoderWMV.cpp | 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)WMV_MIME_TYPE; in InitInputPortFormatSpecific() 46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingWMV; in InitInputPortFormatSpecific()
|
D | OMXVideoDecoderVP8.cpp | 45 paramPortDefinitionInput->format.video.cMIMEType = (OMX_STRING)VP8_MIME_TYPE; in InitInputPortFormatSpecific() 46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingVP8; in InitInputPortFormatSpecific()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 251 m_sInPortDef.format.video.cMIMEType = "YUV420"; in component_init() 252 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 253 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 254 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 255 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 256 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 257 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 258 m_sInPortDef.format.video.eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar; in component_init() 259 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 277 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() [all …]
|
/hardware/intel/img/psb_video/debian/ |
D | control | 1 Source: psb-video 8 Package: psb-video 13 psb-kmd-video (>= 0.1)
|
D | changelog | 1 psb-video (0.1-5) unstable; urgency=low 25 * Pre-alpha version of video decode driver for Poulsbo, MPEG2 VLD working
|
D | README.Debian | 1 psb-video for Debian
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 237 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 238 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 239 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 240 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 241 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 242 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 243 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 244 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 246 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 262 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 259 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 260 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 261 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 262 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 263 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 264 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 265 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 266 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 268 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 272 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init() [all …]
|
D | omx_video_encoder.cpp | 376 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 377 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 378 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 379 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 380 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 381 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 382 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 383 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 385 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 402 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() [all …]
|
/hardware/intel/common/libmix/mix_video/src/ |
D | test.c | 65 MixVideo *video = mix_video_new (); in main() local 74 mix_video_initialize (video, mode, init_params, drm); in main() 83 g_object_unref (G_OBJECT (video)); in main()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/ |
D | Makefile.am | 75 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/common/inc/ 76 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/venc/inc/ 85 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/extra_data_handler.cpp 86 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_color_converter.cpp
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 259 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 260 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 261 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 262 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 263 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 264 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 265 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 266 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 268 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 272 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init() [all …]
|
D | omx_video_encoder.cpp | 390 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 391 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 392 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 393 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 394 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 395 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 396 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 397 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 399 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 416 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() [all …]
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | media_video_hidl_test_common.cpp | 88 portDef.format.video.nFrameWidth = nFrameWidth; in setupRAWPort() 89 portDef.format.video.nFrameHeight = nFrameHeight; in setupRAWPort() 90 portDef.format.video.nStride = (((nFrameWidth + 15) >> 4) << 4); in setupRAWPort() 91 portDef.format.video.nSliceHeight = (((nFrameHeight + 15) >> 4) << 4); in setupRAWPort() 92 portDef.format.video.nBitrate = nBitrate; in setupRAWPort() 93 portDef.format.video.xFramerate = xFramerate; in setupRAWPort() 94 portDef.format.video.bFlagErrorConcealment = OMX_TRUE; in setupRAWPort() 95 portDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in setupRAWPort() 96 portDef.format.video.eColorFormat = eColorFormat; in setupRAWPort()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 430 ((portDef.format.video.nFrameWidth + 15) >> in setRefreshPeriod() 431 4 * (portDef.format.video.nFrameHeight + 15) >> 4) / in setRefreshPeriod() 472 portDef.format.video.nFrameWidth = nFrameWidth; in setDefaultPortParam() 473 portDef.format.video.nFrameHeight = nFrameHeight; in setDefaultPortParam() 474 portDef.format.video.nBitrate = nBitrate; in setDefaultPortParam() 475 portDef.format.video.xFramerate = xFramerate; in setDefaultPortParam() 476 portDef.format.video.bFlagErrorConcealment = OMX_TRUE; in setDefaultPortParam() 477 portDef.format.video.eCompressionFormat = eCompressionFormat; in setDefaultPortParam() 478 portDef.format.video.eColorFormat = OMX_COLOR_FormatUnused; in setDefaultPortParam() 753 portDef.format.video.nFrameWidth, portDef.format.video.nFrameHeight, in dispatchGraphicBuffer() [all …]
|
/hardware/intel/img/psb_video/ |
D | psb-video.spec | 10 Name: psb-video 11 Summary: mrst/mfld gfx video drivers for X11 41 mrst/mfld video x11 drivers
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 203 * release video recording frames sent out by the cameral HAL before and 205 * clients must not modify/access any video recording frame after calling 242 * Request the camera HAL to store meta data or real YUV data in the video 245 * data in the video buffers. 250 * If meta data is stored in the video buffers, it is up to the receiver of 251 * the video buffers to interpret the contents and to find the actual frame 255 * Some camera HALs may not support storing meta data in the video buffers, 256 * but all camera HALs must support storing real YUV data in the video 258 * video buffers when it is requested to do do, INVALID_OPERATION must be 260 * than the actual frame data directly to the video encoder, since the [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 297 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 298 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 299 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 300 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 301 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 302 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 303 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 304 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 306 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 323 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() [all …]
|
/hardware/qcom/media/ |
D | Android.mk | 21 include $(QCOM_MEDIA_ROOT)/mm-video-legacy/Android.mk 25 include $(QCOM_MEDIA_ROOT)/mm-video-v4l2/Android.mk
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
D | README.md | 4 …tory contains the following folders: audio, common, component, master and video. Besides common al… 25 #### video : 26 This folder includes test fixtures associated with testing video encoder and decoder components suc… 34 While tesing audio/video encoder, decoder components, test fixtures require input files. These inpu…
|
/hardware/qcom/media/msm8998/ |
D | Makefile.am | 8 BUILD_COMPONENTS += mm-video-v4l2
|
/hardware/intel/common/libmix/mix_video/ |
D | README | 1 MIX Video is an user library interface for various hardware video codecs available on the platform.
|
/hardware/intel/common/libmix/mix_vbp/ |
D | README | 1 MIX Video is an user library interface for various hardware video codecs available on the platform.
|