/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/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 288 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 289 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 290 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 291 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 292 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 293 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 294 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 295 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 297 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 301 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 296 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 297 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 298 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 299 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 300 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 301 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 302 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 303 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 305 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 309 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init() [all …]
|
D | omx_video_encoder.cpp | 419 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 420 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 421 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 422 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 423 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 424 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 425 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 426 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 428 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 445 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() [all …]
|
/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/qcom/sdm845/media/mm-video-v4l2/vidc/venc/ |
D | Makefile.am | 57 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/common/inc/ 58 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/venc/inc/ 67 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/extra_data_handler.cpp 68 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_color_converter.cpp
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 283 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 284 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 285 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 286 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 287 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 288 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 289 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 290 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 292 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 296 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight; in component_init() [all …]
|
D | omx_video_encoder.cpp | 286 m_sInPortDef.format.video.cMIMEType = (char *)"YUV420"; in component_init() 287 m_sInPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() 288 m_sInPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 289 m_sInPortDef.format.video.nStride = OMX_CORE_QCIF_WIDTH; in component_init() 290 m_sInPortDef.format.video.nSliceHeight = OMX_CORE_QCIF_HEIGHT; in component_init() 291 m_sInPortDef.format.video.nBitrate = 64000; in component_init() 292 m_sInPortDef.format.video.xFramerate = 15 << 16; in component_init() 293 m_sInPortDef.format.video.eColorFormat = (OMX_COLOR_FORMATTYPE) in component_init() 295 m_sInPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in component_init() 312 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init() [all …]
|
/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/vdec/ |
D | Makefile.am | 55 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/common/inc/ 56 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/vdec/inc/ 67 c_sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/extra_data_handler.cpp 68 c_sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_color_converter.cpp
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/ |
D | Makefile.am | 58 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/common/inc/ 59 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/venc/inc/ 73 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_common.cpp 74 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_vendor_extensions.cpp
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/ |
D | Makefile.am | 64 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/common/inc/ 65 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/venc/inc/ 79 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_common.cpp 80 sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_vendor_extensions.cpp
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/ |
D | Makefile.am | 60 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/common/inc/ 61 AM_CPPFLAGS += -I$(top_srcdir)/mm-video-v4l2/vidc/vdec/inc/ 75 c_sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_common.cpp 76 c_sources += $(top_srcdir)/mm-video-v4l2/vidc/common/src/vidc_vendor_extensions.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 | 87 portDef.format.video.nFrameWidth = nFrameWidth; in setupRAWPort() 88 portDef.format.video.nFrameHeight = nFrameHeight; in setupRAWPort() 89 portDef.format.video.nStride = (((nFrameWidth + 15) >> 4) << 4); in setupRAWPort() 90 portDef.format.video.nSliceHeight = (((nFrameHeight + 15) >> 4) << 4); in setupRAWPort() 91 portDef.format.video.nBitrate = nBitrate; in setupRAWPort() 92 portDef.format.video.xFramerate = xFramerate; in setupRAWPort() 93 portDef.format.video.bFlagErrorConcealment = OMX_TRUE; in setupRAWPort() 94 portDef.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused; in setupRAWPort() 95 portDef.format.video.eColorFormat = eColorFormat; in setupRAWPort()
|
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 428 ((portDef.format.video.nFrameWidth + 15) >> in setRefreshPeriod() 429 4 * (portDef.format.video.nFrameHeight + 15) >> 4) / in setRefreshPeriod() 470 portDef.format.video.nFrameWidth = nFrameWidth; in setDefaultPortParam() 471 portDef.format.video.nFrameHeight = nFrameHeight; in setDefaultPortParam() 472 portDef.format.video.nBitrate = nBitrate; in setDefaultPortParam() 473 portDef.format.video.xFramerate = xFramerate; in setDefaultPortParam() 474 portDef.format.video.bFlagErrorConcealment = OMX_TRUE; in setDefaultPortParam() 475 portDef.format.video.eCompressionFormat = eCompressionFormat; in setDefaultPortParam() 476 portDef.format.video.eColorFormat = OMX_COLOR_FormatUnused; in setDefaultPortParam() 712 portDef.format.video.nFrameWidth, portDef.format.video.nFrameHeight, in dispatchGraphicBuffer() [all …]
|
/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/interfaces/automotive/evs/1.0/ |
D | IEvsCameraStream.hal | 21 * Implemented on client side to receive asynchronous video frame deliveries. 26 * Receives calls from the HAL each time a video frame is ready for inspection. 28 * IEvsCamera::doneWithFrame(). When the video stream is stopped via a call
|
/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/qcom/sm8150/media/ |
D | configure.ac | 99 AC_ARG_ENABLE([build-mm-video], 100 AC_HELP_STRING([--enable-build-mm-video], 101 [Enable conditional compile for build mm video [default=no]]), 208 mm-video-v4l2/Makefile \ 209 mm-video-v4l2/vidc/Makefile \ 210 mm-video-v4l2/vidc/venc/Makefile \ 211 mm-video-v4l2/vidc/vdec/Makefile \
|
/hardware/qcom/sm7250/media/ |
D | configure.ac | 99 AC_ARG_ENABLE([build-mm-video], 100 AC_HELP_STRING([--enable-build-mm-video], 101 [Enable conditional compile for build mm video [default=no]]), 199 mm-video-v4l2/Makefile \ 200 mm-video-v4l2/vidc/Makefile \ 201 mm-video-v4l2/vidc/venc/Makefile \ 202 mm-video-v4l2/vidc/vdec/Makefile \
|