Searched defs:get_format (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp125 static int get_format(int format) { function
156 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp257 static int get_format(int format) { function
289 default: return get_format(halFormat);
507 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp125 static int get_format(int format) { function
156 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp257 static int get_format(int format) { function
291 default: return get_format(halFormat);
513 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit.cpp131 static int get_format(int format) { function
167 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dcopybit.cpp131 static int get_format(int format) { function
167 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp123 static int get_format(int format) { function
150 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp255 static int get_format(int format) { function
287 default: return get_format(halFormat);
497 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.cpp126 static int get_format(int format) { function
159 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp256 static int get_format(int format) { function
292 default: return get_format(halFormat);
516 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.cpp131 static int get_format(int format) { function
165 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp259 static int get_format(int format) { function
295 default: return get_format(halFormat);
514 c2d_format = get_format(rhs->format);
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit.cpp129 static int get_format(int format) { function
165 img->format = get_format(rhs->format);
H A Dcopybit_c2d.cpp257 static int get_format(int format) { function
293 default: return get_format(halFormat);
512 c2d_format = get_format(rhs->format);
/hardware/libhardware/include/hardware/
H A Daudio.h142 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);
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c149 int get_format(const char* name) function

Completed in 334 milliseconds