HomeSort by relevance Sort by last modified time
    Searched defs:omx_c2d_conv (Results 1 - 16 of 16) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
vidc_color_converter.h 32 class omx_c2d_conv { class
34 omx_c2d_conv();
35 ~omx_c2d_conv();
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 33 class omx_c2d_conv class
36 omx_c2d_conv();
37 ~omx_c2d_conv();
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 33 class omx_c2d_conv class
36 omx_c2d_conv();
37 ~omx_c2d_conv();
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 33 class omx_c2d_conv class
36 omx_c2d_conv();
37 ~omx_c2d_conv();
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
vidc_color_converter.cpp 39 omx_c2d_conv::omx_c2d_conv() function in class:omx_c2d_conv
48 bool omx_c2d_conv::init() {
51 DEBUG_PRINT_ERROR("\n omx_c2d_conv::init called twice");
75 bool omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr,
80 DEBUG_PRINT_ERROR("\n Invalid arguments omx_c2d_conv::convert");
89 bool omx_c2d_conv::open(unsigned int height,unsigned int width,
105 void omx_c2d_conv::close()
114 void omx_c2d_conv::destroy()
127 omx_c2d_conv::~omx_c2d_conv(
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 36 omx_c2d_conv::omx_c2d_conv() function in class:omx_c2d_conv
45 bool omx_c2d_conv::init()
50 DEBUG_PRINT_ERROR("omx_c2d_conv::init called twice");
79 bool omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr,
85 DEBUG_PRINT_ERROR("Invalid arguments omx_c2d_conv::convert");
95 bool omx_c2d_conv::open(unsigned int height,unsigned int width,
113 void omx_c2d_conv::close()
123 void omx_c2d_conv::destroy()
139 omx_c2d_conv::~omx_c2d_conv(
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 36 omx_c2d_conv::omx_c2d_conv() function in class:omx_c2d_conv
45 bool omx_c2d_conv::init()
50 DEBUG_PRINT_ERROR("omx_c2d_conv::init called twice");
79 bool omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr,
85 DEBUG_PRINT_ERROR("Invalid arguments omx_c2d_conv::convert");
95 bool omx_c2d_conv::open(unsigned int height,unsigned int width,
113 void omx_c2d_conv::close()
123 void omx_c2d_conv::destroy()
139 omx_c2d_conv::~omx_c2d_conv(
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
vidc_color_converter.cpp 36 omx_c2d_conv::omx_c2d_conv() function in class:omx_c2d_conv
45 bool omx_c2d_conv::init()
50 DEBUG_PRINT_ERROR("omx_c2d_conv::init called twice");
79 bool omx_c2d_conv::convert(int src_fd, void *src_base, void *src_viraddr,
85 DEBUG_PRINT_ERROR("Invalid arguments omx_c2d_conv::convert");
95 bool omx_c2d_conv::open(unsigned int height,unsigned int width,
113 void omx_c2d_conv::close()
123 void omx_c2d_conv::destroy()
139 omx_c2d_conv::~omx_c2d_conv(
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 4424 omx_video::omx_c2d_conv::omx_c2d_conv() function in class:omx_video::omx_c2d_conv
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 4521 omx_video::omx_c2d_conv::omx_c2d_conv() function in class:omx_video::omx_c2d_conv
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 4856 omx_video::omx_c2d_conv::omx_c2d_conv() function in class:omx_video::omx_c2d_conv
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 5006 omx_video::omx_c2d_conv::omx_c2d_conv() function in class:omx_video::omx_c2d_conv
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 163 class omx_c2d_conv { class in class:omx_video
165 omx_c2d_conv();
166 ~omx_c2d_conv();
184 omx_c2d_conv c2d_conv;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 167 class omx_c2d_conv class in class:omx_video
170 omx_c2d_conv();
171 ~omx_c2d_conv();
189 omx_c2d_conv c2d_conv;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 172 class omx_c2d_conv class in class:omx_video
175 omx_c2d_conv();
176 ~omx_c2d_conv();
194 omx_c2d_conv c2d_conv;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 184 class omx_c2d_conv class in class:omx_video
187 omx_c2d_conv();
188 ~omx_c2d_conv();
206 omx_c2d_conv c2d_conv;

Completed in 825 milliseconds