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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-device-restore.h 42 uint8_t n_formats; /**< How many formats do we have? */ member in struct:pa_ext_device_restore_info
43 pa_format_info **formats; /**< An array of formats (may be NULL if n_formats == 0) */
105 uint8_t n_formats,
stream.h 368 unsigned int n_formats /**< The number of formats being passed in */,
    [all...]
introspect.h 234 uint8_t n_formats; /**< Number of formats supported by the sink. \since 1.0 */ member in struct:pa_sink_info
314 uint8_t n_formats; /**< Number of formats supported by the source. \since 1.0 */ member in struct:pa_source_info
    [all...]
  /system/core/adf/libadf/include/adf/
adf.h 234 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in,
290 const __u32 *formats, size_t n_formats,
  /system/core/adf/libadf/
adf.cpp 492 size_t n_formats; member in struct:format_filter_cookie
502 for (j = 0; j < c->n_formats; j++)
510 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in,
513 struct format_filter_cookie cookie = { formats, n_formats };
647 const __u32 *formats, size_t n_formats,
658 formats, n_formats, engs, n_engs, &filtered_engs);
704 const __u32 *formats, size_t n_formats,
727 n_formats = sizeof(any_rgb_format) / sizeof(any_rgb_format[0]);
733 found = adf_find_simple_post_overlay_engine(dev, formats, n_formats,

Completed in 820 milliseconds