/hardware/google/av/codec2/hidl/1.0/mts/video/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 137 void setupConfigParam(int32_t nWidth, int32_t nHeight); 231 void Codec2VideoEncHidlTest::setupConfigParam(int32_t nWidth, int32_t nHeight) { in setupConfigParam() argument 233 C2VideoSizeStreamTuning::input inputSize(0u, nWidth, nHeight); in setupConfigParam() 252 uint32_t nFrames, uint32_t nWidth, int32_t nHeight, in encodeNFrames() argument 257 int bytesCount = nWidth * nHeight * 3 >> 1; in encodeNFrames() 303 nWidth, nHeight, HAL_PIXEL_FORMAT_YV12, in encodeNFrames() 317 memcpy(pY, data, nWidth * nHeight); in encodeNFrames() 318 memcpy(pU, data + nWidth * nHeight, (nWidth * nHeight >> 2)); in encodeNFrames() 319 memcpy(pV, data + (nWidth * nHeight * 5 >> 2), nWidth * nHeight >> 2); in encodeNFrames() 352 int32_t nWidth = ENC_DEFAULT_FRAME_WIDTH; in TEST_F() local [all …]
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_IVCommon.h | 320 OMX_U32 nWidth; member 416 OMX_U32 nWidth; member
|
D | QOMX_VideoExtensions.h | 573 OMX_U16 nWidth; member
|
D | QOMX_IVCommonExtensions.h | 406 OMX_U32 nWidth; member
|
D | QOMX_AudioExtensions.h | 388 OMX_U8 nWidth; /**< Width of expansion effect */ member
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | OMX_IVCommon.h | 320 OMX_U32 nWidth; member 416 OMX_U32 nWidth; member
|
D | QOMX_VideoExtensions.h | 574 OMX_U16 nWidth; member
|
D | QOMX_IVCommonExtensions.h | 406 OMX_U32 nWidth; member
|
D | QOMX_AudioExtensions.h | 395 OMX_U8 nWidth; /**< Width of expansion effect */ member
|
/hardware/qcom/sdm845/media/mm-core/inc/ |
D | OMX_IVCommon.h | 320 OMX_U32 nWidth; member 416 OMX_U32 nWidth; member
|
D | QOMX_VideoExtensions.h | 574 OMX_U16 nWidth; member
|
D | QOMX_IVCommonExtensions.h | 406 OMX_U32 nWidth; member
|
D | QOMX_AudioExtensions.h | 404 OMX_U8 nWidth; /**< Width of expansion effect */ member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_IVCommon.h | 307 OMX_U32 nWidth; member 403 OMX_U32 nWidth; member
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_IVCommon.h | 320 OMX_U32 nWidth; member 416 OMX_U32 nWidth; member
|
D | QOMX_VideoExtensions.h | 574 OMX_U16 nWidth; member
|
D | QOMX_IVCommonExtensions.h | 406 OMX_U32 nWidth; member
|
D | QOMX_AudioExtensions.h | 394 OMX_U8 nWidth; /**< Width of expansion effect */ member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc_swvdec.cpp | 1609 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1868 sSwVdecParameter.sDimensions.nWidth = 1280; in component_init() 2006 prop_dimen.uProperty.sDimensions.nWidth = drv_ctx.video_resolution.frame_width; in component_init() 3440 prop.uProperty.sDimensions.nWidth = in set_parameter() 3557 … prop.uProperty.sDimensions.nWidth = drv_ctx.video_resolution.frame_width; in set_parameter() 3640 prop.uProperty.sDimensions.nWidth = fmt.fmt.pix_mp.width; in set_parameter() 4131 prop.uProperty.sDimensions.nWidth = 176; in set_parameter() 4157 prop.uProperty.sDimensions.nWidth = m_smoothstreaming_width; in set_parameter() 7650 … || (omx->rectangle.nWidth != vdec_msg->msgdata.output_frame.framesize.right) in async_message_process() 7661 … omx->rectangle.nWidth, vdec_msg->msgdata.output_frame.framesize.right, in async_message_process() [all …]
|
D | omx_vdec_v4l2.cpp | 1586 (pThis->framesize.nWidth != in process_event_cb() 1592 pThis->framesize.nWidth, in process_event_cb() 1598 pThis->framesize.nWidth = in process_event_cb() 1612 … pThis->rectangle.nWidth = pThis->drv_ctx.frame_size.right; in process_event_cb() 1616 if (pThis->rectangle.nLeft + pThis->rectangle.nWidth > in process_event_cb() 1620 … pThis->rectangle.nLeft, pThis->rectangle.nWidth, in process_event_cb() 1624 if (pThis->rectangle.nWidth > in process_event_cb() 1628 pThis->rectangle.nWidth, in process_event_cb() 1630 pThis->rectangle.nWidth = in process_event_cb() 1654 … pThis->rectangle.nWidth, pThis->rectangle.nHeight); in process_event_cb() [all …]
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1768 (pThis->framesize.nWidth != in process_event_cb() 1774 pThis->framesize.nWidth, in process_event_cb() 1780 pThis->framesize.nWidth = in process_event_cb() 1794 … pThis->rectangle.nWidth = pThis->drv_ctx.frame_size.right; in process_event_cb() 1798 if (pThis->rectangle.nLeft + pThis->rectangle.nWidth > in process_event_cb() 1802 … pThis->rectangle.nLeft, pThis->rectangle.nWidth, in process_event_cb() 1806 if (pThis->rectangle.nWidth > in process_event_cb() 1810 pThis->rectangle.nWidth, in process_event_cb() 1812 pThis->rectangle.nWidth = in process_event_cb() 1836 … pThis->rectangle.nWidth, pThis->rectangle.nHeight); in process_event_cb() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 1777 (pThis->framesize.nWidth != in process_event_cb() 1783 pThis->framesize.nWidth, in process_event_cb() 1789 pThis->framesize.nWidth = in process_event_cb() 1803 … pThis->rectangle.nWidth = pThis->drv_ctx.frame_size.right; in process_event_cb() 1807 if (pThis->rectangle.nLeft + pThis->rectangle.nWidth > in process_event_cb() 1811 … pThis->rectangle.nLeft, pThis->rectangle.nWidth, in process_event_cb() 1815 if (pThis->rectangle.nWidth > in process_event_cb() 1819 pThis->rectangle.nWidth, in process_event_cb() 1821 pThis->rectangle.nWidth = in process_event_cb() 1845 … pThis->rectangle.nWidth, pThis->rectangle.nHeight); in process_event_cb() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 1260 (pThis->framesize.nWidth != in process_event_cb() 1266 pThis->framesize.nWidth, in process_event_cb() 1272 pThis->framesize.nWidth = in process_event_cb() 1286 … pThis->rectangle.nWidth = pThis->drv_ctx.frame_size.right; in process_event_cb() 1290 if (pThis->rectangle.nLeft + pThis->rectangle.nWidth > in process_event_cb() 1294 … pThis->rectangle.nLeft, pThis->rectangle.nWidth, in process_event_cb() 1298 if (pThis->rectangle.nWidth > in process_event_cb() 1302 pThis->rectangle.nWidth, in process_event_cb() 1304 pThis->rectangle.nWidth = in process_event_cb() 1328 … pThis->rectangle.nWidth, pThis->rectangle.nHeight); in process_event_cb() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 865 … bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile); in fbd_thread() 874 … bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile); in fbd_thread() 1186 … crop_rect.nLeft, crop_rect.nTop, crop_rect.nWidth, crop_rect.nHeight); in EventHandler() 1308 crop_rect.nWidth = width; in main() 2158 crop_rect.nWidth = width; in Play_Decoder() 4229 crop_rect.nWidth = width; in output_port_reconfig()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_hevc.cpp | 139 swVencParameter.sDimensions.nWidth = 176; in component_init() 407 prop.uProperty.sDimensions.nWidth = portDefn->format.video.nFrameWidth; in set_parameter()
|