Searched refs:format (Results 251 - 275 of 902) sorted by relevance

<<11121314151617181920>>

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h52 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
57 int *format=0,
65 int *format,
89 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
H A DAudioHardwareGeneric.h53 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamOutGeneric
87 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamInGeneric
122 int *format=0,
130 int *format,
H A DAudioHardwareStub.h36 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamOutStub
53 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android_audio_legacy::AudioStreamInStub
81 int *format=0,
89 int *format,
H A DAudioHardwareGeneric.cpp68 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status)
82 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate);
102 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate,
122 status_t lStatus = in->set(this, mFd, devices, format, channels, sampleRate, acoustics);
205 if (lFormat == 0) lFormat = format();
210 if ((lFormat != format()) ||
213 if (pFormat) *pFormat = format();
258 snprintf(buffer, SIZE, "\tformat: %d\n", format());
323 if ((*pFormat != format()) ||
327 *pFormat = format();
67 openOutputStream( uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) argument
101 openInputStream( uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status, AudioSystem::audio_in_acoustics acoustics) argument
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h48 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_dump_layers.h88 * For example, to dump 25 frames in raw format, do,
92 * To dump 10 frames in png format, do,
94 * To dump another 25 or so frames in raw format, do,
131 void getHalPixelFormatStr(int format, char pixelformatstr[]);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_dump_layers.h88 * For example, to dump 25 frames in raw format, do,
92 * To dump 10 frames in png format, do,
94 * To dump another 25 or so frames in raw format, do,
131 void getHalPixelFormatStr(int format, char pixelformatstr[]);
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_allocator.h63 gralloc1_consumer_usage_t cons_usage, int format);
/hardware/qcom/display/msm8909/libqdutils/
H A Dqd_utils.h72 const char *GetHALPixelFormatString(int format);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_buffer_allocator.h57 int SetBufferInfo(LayerBufferFormat format, int *target, int *flags);
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_allocator.h63 gralloc1_consumer_usage_t cons_usage, int format);
/hardware/qcom/display/msm8909w_3100/libqdutils/
H A Dqd_utils.h72 const char *GetHALPixelFormatString(int format);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_buffer_allocator.h57 int SetBufferInfo(LayerBufferFormat format, int *target, int *flags);
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h182 int format; member in struct:private_handle_t
193 int format,int width, int height, int eFd = -1,
198 format(format), width(width), height(height),
192 private_handle_t(int fd, int size, int flags, int bufferType, int format,int width, int height, int eFd = -1, int eOffset = 0, int eBase = 0) argument
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_dump_layers.h88 * For example, to dump 25 frames in raw format, do,
92 * To dump 10 frames in png format, do,
94 * To dump another 25 or so frames in raw format, do,
131 void getHalPixelFormatStr(int format, char pixelformatstr[]);
/hardware/qcom/display/msm8998/libqdutils/
H A Dqd_utils.h72 const char *GetHALPixelFormatString(int format);
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dbuffer_allocator.h50 LayerBufferFormat format = kFormatInvalid; //!< Specifies buffer format for buffer allocation. member in struct:sdm::BufferConfig
/hardware/qcom/display/msm8084/libgralloc/
H A Dmapper.cpp315 int format = va_arg(args, int); local
329 hnd->format = format;
340 int format = va_arg(args, int); local
347 hnd->format = format;
355 int format = va_arg(args, int); local
359 0, format, false, alignedw, alignedh);
403 int format = va_arg(args, int); local
408 *tileEnabled = isMacroTileEnabled(format, usag
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dmapper.cpp315 int format = va_arg(args, int); local
329 hnd->format = format;
340 int format = va_arg(args, int); local
347 hnd->format = format;
355 int format = va_arg(args, int); local
359 0, format, false, alignedw, alignedh);
403 int format = va_arg(args, int); local
408 *tileEnabled = isMacroTileEnabled(format, usag
[all...]
/hardware/intel/common/libva/va/
H A Dva_tpi.c50 int format,
65 return tpi->vaCreateSurfacesWithAttribute( ctx, width, height, format, num_surfaces, surfaces, attribute_tpi);
46 vaCreateSurfacesWithAttribute( VADisplay dpy, int width, int height, int format, int num_surfaces, VASurfaceID *surfaces, VASurfaceAttributeTPI *attribute_tpi ) argument
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h77 void setFormat(uint32_t format) { mFormat = format; } argument
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc.h45 (alloc_device_t *d, int w, int h, int format, int usage,
48 return d->alloc(d, w, h, format, usage, handle, stride);
44 gralloc0_device_alloc_img(alloc_device_t *d, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride) argument
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h77 void setFormat(uint32_t format) { mFormat = format; } argument
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc.h45 (alloc_device_t *d, int w, int h, int format, int usage,
48 return d->alloc(d, w, h, format, usage, handle, stride);
44 gralloc0_device_alloc_img(alloc_device_t *d, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride) argument
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HdrPlusListenerThread.h57 uint32_t width, uint32_t height, uint32_t stride, int32_t format) override;
84 int32_t format; member in struct:qcamera::QCamera3HdrPlusListenerThread::PendingPostview

Completed in 3704 milliseconds

<<11121314151617181920>>