Searched refs:numerator (Results 1 - 25 of 26) sorted by relevance

12

/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.h83 int32_t numerator; member in struct:android::__anon2912
H A DC2DColorConverter.cpp587 bpp.numerator = 0;
592 bpp.numerator = 2;
595 bpp.numerator = 4;
603 bpp.numerator = 3;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h87 int32_t numerator; member in struct:android::__anon2970
H A DC2DColorConverter.cpp641 bpp.numerator = 0;
646 bpp.numerator = 2;
649 bpp.numerator = 4;
658 bpp.numerator = 3;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.h87 int32_t numerator; member in struct:android::__anon3020
H A DC2DColorConverter.cpp648 bpp.numerator = 0;
653 bpp.numerator = 2;
656 bpp.numerator = 4;
665 bpp.numerator = 3;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c492 static inline uint32 vbp_map_bfraction(uint32 numerator, uint32 denominator) argument
496 if ((numerator < 8) && (denominator < 9))
498 b_fraction = b_fraction_table[numerator][denominator];
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h115 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h218 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h120 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h224 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h114 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h215 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h127 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h234 __u32 numerator; member in struct:v4l2_fract
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp3069 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
3674 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
7381 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
/hardware/qcom/media/msm8998/videopp/src/
H A Domx_vdpp.cpp3069 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
3674 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
7381 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp3479 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
4421 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
9183 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp4134 parm.parm.output.timeperframe.numerator = frame_rate_cfg.fps_denominator;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp4085 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
5191 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
10099 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_v4l2.cpp4349 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
5555 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
10689 oparm.timeperframe.numerator = drv_ctx.frame_rate.fps_denominator;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp5310 parm.parm.output.timeperframe.numerator = frame_rate_cfg.fps_denominator;

Completed in 1107 milliseconds

12