HomeSort by relevance Sort by last modified time
    Searched refs:scan_lines (Results 1 - 15 of 15) sorted by null

  /external/iproute2/misc/
lnstat_util.c 39 static int scan_lines(struct lnstat_file *lf, int i) function
99 scan_lines(lf, 1);
112 scan_lines(lf, 0);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h 456 uint32_t scan_lines; member in struct:vdec_picsize
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 499 uint32_t scan_lines; member in struct:vdec_picsize
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_dec.h 457 uint32_t scan_lines; member in struct:vdec_picsize
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_dec.h 498 uint32_t scan_lines; member in struct:vdec_picsize
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_dec.h 460 uint32_t scan_lines; member in struct:vdec_picsize
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_dec.h 500 uint32_t scan_lines; member in struct:vdec_picsize
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 441 int update_resolution(int width, int height, int stride, int scan_lines);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 218 unsigned int scan_lines = (height + height_align -1) & (~(height_align-1)); local
227 byte_ptr = buf + (scan_lines * stride);
228 for (i = scan_lines; i < scan_lines + height/2; i++) {
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]

Completed in 84 milliseconds