Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_H264 (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/src/
Dvideo_encoder_device_copper.cpp299 m_sVenc_cfg.codectype = V4L2_PIX_FMT_H264; in venc_open()
373 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264; in venc_open()
585 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264; in venc_get_buf_req()
593 fmt.fmt.pix_mp.pixelformat = V4L2_PIX_FMT_H264; in venc_get_buf_req()
1911 else if(m_sVenc_cfg.codectype == V4L2_PIX_FMT_H264) in venc_set_profile_level()
2693 else if(m_sVenc_cfg.codectype == V4L2_PIX_FMT_H264) in venc_get_profile_level()
2842 else if(m_sVenc_cfg.codectype == V4L2_PIX_FMT_H264) in venc_validate_profile_level()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
DExynosVideoDecoder.c53 unsigned int pixelformat = V4L2_PIX_FMT_H264; in __CodingType_To_V4L2PixelFormat()
57 pixelformat = V4L2_PIX_FMT_H264; in __CodingType_To_V4L2PixelFormat()
78 pixelformat = V4L2_PIX_FMT_H264; in __CodingType_To_V4L2PixelFormat()
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
DExynosVideoEncoder.c61 unsigned int pixelformat = V4L2_PIX_FMT_H264; in __CodingType_To_V4L2PixelFormat()
65 pixelformat = V4L2_PIX_FMT_H264; in __CodingType_To_V4L2PixelFormat()
86 pixelformat = V4L2_PIX_FMT_H264; in __CodingType_To_V4L2PixelFormat()
/hardware/samsung_slsi/exynos5/include/
Dvideodev2.h394 #define V4L2_PIX_FMT_H264 v4l2_fourcc('H', '2', '6', '4') /* H264 with start codes */ macro
/hardware/qcom/media/mm-video/vidc/vdec/src/
Domx_vdec_copper.cpp1320 output_capability=V4L2_PIX_FMT_H264; in component_init()