Home
last modified time | relevance | path

Searched refs:get_format (Results 1 – 25 of 40) sorted by relevance

12

/hardware/libhardware/include/hardware/
Daudio.h144 audio_format_t (*get_format)(const struct audio_stream *stream); member
785 audio_format_t format = s->get_format(s); in audio_stream_frame_size()
801 audio_format_t format = s->common.get_format(&s->common); in audio_stream_out_frame_size()
817 audio_format_t format = s->common.get_format(&s->common); in audio_stream_in_frame_size()
/hardware/libhardware/include_all/hardware/
Daudio.h144 audio_format_t (*get_format)(const struct audio_stream *stream); member
785 audio_format_t format = s->get_format(s); in audio_stream_frame_size()
801 audio_format_t format = s->common.get_format(&s->common); in audio_stream_out_frame_size()
817 audio_format_t format = s->common.get_format(&s->common); in audio_stream_in_frame_size()
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h126 static uint32_t get_format(buffer_handle_t);
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp176 return AudioFormat(mStream->get_format(mStream)); in getFormat()
211 audio_format_t halFormat = mStream->get_format(mStream); in getAudioProperties()
278 mStream->get_format(mStream)}; in getAudioProperties()
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h134 int get_format(const char* name);
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp123 static int get_format(int format) { in get_format() function
150 img->format = get_format(rhs->format); in set_image()
Dcopybit_c2d.cpp255 static int get_format(int format) { in get_format() function
287 default: return get_format(halFormat); in get_c2d_format_for_yuv_destination()
497 c2d_format = get_format(rhs->format); in set_image()
/hardware/libhardware/modules/audio/
Daudio_hw.c372 out->stream.common.get_format = out_get_format; in adev_open_output_stream()
519 in->stream.common.get_format = in_get_format; in adev_open_input_stream()
/hardware/libhardware_legacy/audio/
Daudio_hw_hal.cpp522 out->stream.common.get_format = out_get_format; in adev_open_output_stream()
590 in->stream.common.get_format = in_get_format; in adev_open_input_stream()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp161 uint32_t VendorGraphicBufferMeta::get_format(buffer_handle_t hnd) in get_format() function in VendorGraphicBufferMeta
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp200 uint32_t VendorGraphicBufferMeta::get_format(buffer_handle_t hnd) { in get_format() function in VendorGraphicBufferMeta
/hardware/qcom/audio/legacy/alsa_sound/
Daudio_hw_hal.cpp586 out->stream.common.get_format = out_get_format; in adev_open_output_stream()
654 in->stream.common.get_format = in_get_format; in adev_open_input_stream()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit.cpp131 static int get_format(int format) { in get_format() function
167 img->format = get_format(rhs->format); in set_image()
Dcopybit_c2d.cpp259 static int get_format(int format) { in get_format() function
295 default: return get_format(halFormat); in get_c2d_format_for_yuv_destination()
514 c2d_format = get_format(rhs->format); in set_image()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp126 static int get_format(int format) { in get_format() function
159 img->format = get_format(rhs->format); in set_image()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp131 static int get_format(int format) { in get_format() function
167 img->format = get_format(rhs->format); in set_image()
Dcopybit_c2d.cpp259 static int get_format(int format) { in get_format() function
295 default: return get_format(halFormat); in get_c2d_format_for_yuv_destination()
514 c2d_format = get_format(rhs->format); in set_image()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit.cpp131 static int get_format(int format) { in get_format() function
167 img->format = get_format(rhs->format); in set_image()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp131 static int get_format(int format) { in get_format() function
165 img->format = get_format(rhs->format); in set_image()
Dcopybit_c2d.cpp259 static int get_format(int format) { in get_format() function
295 default: return get_format(halFormat); in get_c2d_format_for_yuv_destination()
514 c2d_format = get_format(rhs->format); in set_image()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp125 static int get_format(int format) { in get_format() function
156 img->format = get_format(rhs->format); in set_image()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp125 static int get_format(int format) { in get_format() function
156 img->format = get_format(rhs->format); in set_image()
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit.cpp131 static int get_format(int format) { in get_format() function
167 img->format = get_format(rhs->format); in set_image()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp129 static int get_format(int format) { in get_format() function
165 img->format = get_format(rhs->format); in set_image()
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp760 static const format_entry* get_format( in get_format() function
773 static unsigned int get_format( in get_format() function
1226 const format_entry* fmt = get_format(hdr.gl_internal_format); in load_ktx_compressed_image()
1301 unsigned int fmt = get_format(img.block_x, img.block_y, img.block_z, is_srgb); in store_ktx_compressed_image()

12