Home
last modified time | relevance | path

Searched refs:sizeimage (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp657 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
665 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
836 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
870 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
877 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
901 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in venc_get_buf_req()
953 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
983 m_sOutput_buff_property.datasize = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_set_param()
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp368 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
378 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_open()
554 m_sInput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
590 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
598 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in venc_get_buf_req()
/hardware/samsung_slsi/exynos5/libhwjpeg/
DExynosJpegBase.cpp108 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = pstConfig->sizeJpeg; in t_v4l2SetFmt()
/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h298 __u32 sizeimage; member
2170 __u32 sizeimage; member
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c1077 bufferConf->nSizeImage = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in MFC_Encoder_Get_Geometry_Inbuf()
1111 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage; in MFC_Encoder_Set_Geometry_Outbuf()
1158 bufferConf->nSizeImage = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in MFC_Encoder_Get_Geometry_Outbuf()
/hardware/qcom/msm8x74/original-kernel-headers/linux/
Dvideodev2.h297 __u32 sizeimage; member
2389 __u32 sizeimage; member
/hardware/qcom/msm8x74/kernel-headers/linux/
Dvideodev2.h176 __u32 sizeimage; member
2044 __u32 sizeimage; member
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c725 fmt.fmt.pix_mp.plane_fmt[0].sizeimage = bufferConf->nSizeImage; in MFC_Decoder_Set_Geometry_Inbuf()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp7132 …EBUG_PRINT_HIGH("Buffer Size (plane[0].sizeimage) = %d \n ",fmt.fmt.pix_mp.plane_fmt[0].sizeimage); in get_buffer_req()
7140 buffer_prop->buffer_size = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in get_buffer_req()
7144 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in get_buffer_req()
Domx_vdec_msm8974.cpp7503 DEBUG_PRINT_HIGH("Buffer Size = %d \n ",fmt.fmt.pix_mp.plane_fmt[0].sizeimage); in get_buffer_req()
7516 buffer_prop->buffer_size = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in get_buffer_req()
7520 extra_data_size = fmt.fmt.pix_mp.plane_fmt[extra_idx].sizeimage; in get_buffer_req()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp7304 printf("Buffer Size = %d \n ",fmt.fmt.pix_mp.plane_fmt[0].sizeimage); in get_buffer_req()
7314 buffer_prop->buffer_size = fmt.fmt.pix_mp.plane_fmt[0].sizeimage; in get_buffer_req()