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

  /hardware/msm7k/libcopybit/
copybit.cpp 120 static int get_format(int format) { function
139 img->format = get_format(rhs->format);
  /hardware/qcom/display/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
289 default: return get_format(halFormat);
501 c2d_format = get_format(rhs->format);
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 160 audio_format_t (*get_format)(const struct audio_stream *stream); member in struct:audio_stream
300 switch (s->get_format(s)) {
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 153 int get_format(const char* name) function

Completed in 246 milliseconds