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

  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ion.h 76 #define ION_FLAG_CP_BITSTREAM (1 << 18)
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ion.h 77 #define ION_FLAG_CP_BITSTREAM (1 << 18)
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ion.h 81 #define ION_FLAG_CP_BITSTREAM ION_BIT(18)
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ion.h 83 #define ION_FLAG_CP_BITSTREAM ION_BIT(18)
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_ion.h 76 #define ION_FLAG_CP_BITSTREAM (1 << 18)
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_ion.h 77 #define ION_FLAG_CP_BITSTREAM (1 << 18)
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 84 #ifndef ION_FLAG_CP_BITSTREAM
85 #define ION_FLAG_CP_BITSTREAM 0
99 #define SECURE_FLAGS_OUTPUT_BUFFER (ION_SECURE | ION_FLAG_CP_BITSTREAM)
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 86 #ifndef ION_FLAG_CP_BITSTREAM
87 #define ION_FLAG_CP_BITSTREAM 0
101 #define SECURE_FLAGS_OUTPUT_BUFFER (ION_SECURE | ION_FLAG_CP_BITSTREAM)
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 84 #ifndef ION_FLAG_CP_BITSTREAM
85 #define ION_FLAG_CP_BITSTREAM 0
99 #define SECURE_FLAGS_OUTPUT_BUFFER (ION_SECURE | ION_FLAG_CP_BITSTREAM)
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 126 #ifndef ION_FLAG_CP_BITSTREAM
127 #define ION_FLAG_CP_BITSTREAM 0
137 #define SECURE_FLAGS_INPUT_BUFFER (ION_SECURE | ION_FLAG_CP_BITSTREAM)
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 130 #ifndef ION_FLAG_CP_BITSTREAM
131 #define ION_FLAG_CP_BITSTREAM 0
141 #define SECURE_FLAGS_INPUT_BUFFER (ION_SECURE | ION_FLAG_CP_BITSTREAM)
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 140 #ifndef ION_FLAG_CP_BITSTREAM
141 #define ION_FLAG_CP_BITSTREAM 0
151 #define SECURE_FLAGS_INPUT_BUFFER (ION_SECURE | ION_FLAG_CP_BITSTREAM)
    [all...]

Completed in 618 milliseconds