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

  /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
162 img->format = get_format(rhs->format);
copybit_c2d.cpp 256 static int get_format(int format) { function
290 default: return get_format(halFormat);
512 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 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/libhardware/include/hardware/
audio.h 131 audio_format_t (*get_format)(const struct audio_stream *stream); member in struct:audio_stream
516 audio_format_t format = s->get_format(s);
532 audio_format_t format = s->common.get_format(&s->common);
548 audio_format_t format = s->common.get_format(&s->common);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 149 int get_format(const char* name) function
  /prebuilts/ndk/r13/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
2102 VkFormat get_format() { return m_struct.format; } function in class:vkimagecreateinfo_struct_wrapper
2383 VkFormat get_format() { return m_struct.format; } function in class:vkimageviewcreateinfo_struct_wrapper
4722 VkFormat get_format() { return m_struct.format; } function in class:vksurfaceformatkhr_struct_wrapper
4817 VkFormat get_format() { return m_struct.format; } function in class:vkvertexinputattributedescription_struct_wrapper
    [all...]

Completed in 1437 milliseconds