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

  /external/libxcam/xcore/
v4l2_buffer_proxy.h 66 const struct v4l2_format & get_format () const { function in class:XCam::V4l2Buffer
v4l2_device.cpp 371 V4l2Device::get_format (struct v4l2_format &format) function in class:XCam::V4l2Device
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_formats.c 111 get_format(enum pipe_format f) function
123 const struct vc4_format *vf = get_format(f);
134 const struct vc4_format *vf = get_format(f);
145 const struct vc4_format *vf = get_format(f);
153 const struct vc4_format *vf = get_format(f);
164 const struct vc4_format *vf = get_format(f);
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 123 static int get_format(int format) { function
150 img->format = get_format(rhs->format);
copybit_c2d.cpp 255 static int get_format(int format) { function
287 default: return get_format(halFormat);
497 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 125 static int get_format(int format) { function
156 img->format = get_format(rhs->format);
copybit_c2d.cpp 257 static int get_format(int format) { function
289 default: return get_format(halFormat);
507 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 125 static int get_format(int format) { function
156 img->format = get_format(rhs->format);
copybit_c2d.cpp 257 static int get_format(int format) { function
291 default: return get_format(halFormat);
513 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit.cpp 131 static int get_format(int format) { function
167 img->format = get_format(rhs->format);
copybit_c2d.cpp 259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
copybit.cpp 131 static int get_format(int format) { function
167 img->format = get_format(rhs->format);
copybit_c2d.cpp 259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit.cpp 126 static int get_format(int format) { function
159 img->format = get_format(rhs->format);
copybit_c2d.cpp 256 static int get_format(int format) { function
292 default: return get_format(halFormat);
516 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit.cpp 131 static int get_format(int format) { function
165 img->format = get_format(rhs->format);
copybit_c2d.cpp 259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit.cpp 129 static int get_format(int format) { function
165 img->format = get_format(rhs->format);
copybit_c2d.cpp 257 static int get_format(int format) { function
293 default: return get_format(halFormat);
512 c2d_format = get_format(rhs->format);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 126 static int get_format(int format) function
729 format = get_format(buf->format);
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 142 audio_format_t (*get_format)(const struct audio_stream *stream); member in struct:audio_stream
570 audio_format_t format = s->get_format(s);
586 audio_format_t format = s->common.get_format(&s->common);
602 audio_format_t format = s->common.get_format(&s->common);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 149 int get_format(const char* name) function
  /external/python/cpython3/Modules/
_testbuffer.c 801 get_format(PyObject *format) function
840 base->format = get_format(format);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 162 VkFormat get_format() { return m_struct.format; } function in class:vkattachmentdescription_struct_wrapper
439 VkFormat get_format() { return m_struct.format; } function in class:vkbufferviewcreateinfo_struct_wrapper
2332 VkFormat get_format() { return m_struct.format; } function in class:vkimagecreateinfo_struct_wrapper
2613 VkFormat get_format() { return m_struct.format; } function in class:vkimageviewcreateinfo_struct_wrapper
4986 VkFormat get_format() { return m_struct.format; } function in class:vksurfaceformatkhr_struct_wrapper
5115 VkFormat get_format() { return m_struct.format; } function in class:vkvertexinputattributedescription_struct_wrapper
    [all...]

Completed in 296 milliseconds