Home
last modified time | relevance | path

Searched refs:nWidth (Results 1 – 25 of 59) sorted by relevance

123

/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp301 width = nWidth; in fillByteBuffer()
306 width = nWidth / 2; in fillByteBuffer()
335 int bytesCount = nWidth * nHeight * 3 >> 1; in encodeNFrames()
385 fillByteBuffer(data, srcData, nWidth, nHeight); in encodeNFrames()
416 memcpy(pY, data, nWidth * nHeight); in encodeNFrames()
417 memcpy(pU, data + nWidth * nHeight, (nWidth * nHeight >> 2)); in encodeNFrames()
418 memcpy(pV, data + (nWidth * nHeight * 5 >> 2), nWidth * nHeight >> 2); in encodeNFrames()
727 int32_t nWidth = ENC_DEFAULT_FRAME_WIDTH / 2; in TEST_P() local
730 if (!setupConfigParam(nWidth, nHeight)) { in TEST_P()
782 int32_t nWidth = std::get<2>(GetParam()); in TEST_P() local
[all …]
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_IVCommon.h320 OMX_U32 nWidth; member
416 OMX_U32 nWidth; member
H A DQOMX_VideoExtensions.h573 OMX_U16 nWidth; member
H A DQOMX_IVCommonExtensions.h406 OMX_U32 nWidth; member
H A DQOMX_AudioExtensions.h388 OMX_U8 nWidth; /**< Width of expansion effect */ member
/aosp12/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_IVCommon.h307 OMX_U32 nWidth; member
403 OMX_U32 nWidth; member
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_IVCommon.h320 OMX_U32 nWidth; member
416 OMX_U32 nWidth; member
H A DQOMX_VideoExtensions.h574 OMX_U16 nWidth; member
H A DQOMX_IVCommonExtensions.h406 OMX_U32 nWidth; member
H A DQOMX_AudioExtensions.h394 OMX_U8 nWidth; /**< Width of expansion effect */ member
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_IVCommon.h320 OMX_U32 nWidth; member
416 OMX_U32 nWidth; member
H A DQOMX_VideoExtensions.h574 OMX_U16 nWidth; member
H A DQOMX_IVCommonExtensions.h406 OMX_U32 nWidth; member
/aosp12/hardware/qcom/sm8150/media/mm-core/inc/
H A DOMX_IVCommon.h336 OMX_U32 nWidth; member
432 OMX_U32 nWidth; member
H A DQOMX_VideoExtensions.h574 OMX_U16 nWidth; member
H A DQOMX_IVCommonExtensions.h406 OMX_U32 nWidth; member
/aosp12/hardware/qcom/sm7250/media/mm-core/inc/
H A DOMX_IVCommon.h336 OMX_U32 nWidth; member
432 OMX_U32 nWidth; member
H A DQOMX_VideoExtensions.h574 OMX_U16 nWidth; member
H A DQOMX_IVCommonExtensions.h406 OMX_U32 nWidth; member
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/
H A DOMX_IVCommon.h320 OMX_U32 nWidth; member
416 OMX_U32 nWidth; member
H A DQOMX_VideoExtensions.h574 OMX_U16 nWidth; member
H A DQOMX_IVCommonExtensions.h406 OMX_U32 nWidth; member
/aosp12/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_IVCommon.h353 OMX_U32 nWidth; member
449 OMX_U32 nWidth; member
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc_swvdec.cpp1609 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution()
1868 sSwVdecParameter.sDimensions.nWidth = 1280; in component_init()
3440 prop.uProperty.sDimensions.nWidth = in set_parameter()
4131 prop.uProperty.sDimensions.nWidth = 176; in set_parameter()
10646 (m_pSwVdecOpBuffer->nWidth != rectangle.nWidth)) in swvdec_fill_buffer_done()
10653 rectangle.nWidth = m_pSwVdecOpBuffer->nWidth; in swvdec_fill_buffer_done()
10657 rectangle.nWidth, rectangle.nHeight); in swvdec_fill_buffer_done()
10717 update_resolution(prop.uProperty.sDimensions.nWidth, in swvdec_handle_event()
10719 prop.uProperty.sDimensions.nWidth, in swvdec_handle_event()
10740 update_resolution(prop.uProperty.sDimensions.nWidth, in swvdec_handle_event()
[all …]
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp1768 (pThis->framesize.nWidth != in process_event_cb()
1780 pThis->framesize.nWidth = in process_event_cb()
1945 rectangle.nWidth = m_extradata_info.output_crop_rect.nWidth; in update_resolution()
2425 m_extradata_info.output_crop_rect.nWidth = 320; in component_init()
2493 framesize.nWidth = drv_ctx.video_resolution.frame_width; in component_init()
2497 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in component_init()
4091 … m_extradata_info.output_crop_rect.nWidth = rectangle.nWidth; in set_parameter()
8205 dim.sliceWidth = framesize.nWidth; in fill_buffer_done()
9116 m_extradata_info.output_crop_rect.nWidth = fmt.fmt.pix_mp.width; in update_portdef()
10738 frame_dimension->nActualWidth = rectangle.nWidth; in append_frame_dimension_extradata()
[all …]

123