OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_format
(Results
1 - 25
of
36
) sorted by null
1
2
/frameworks/av/media/libnbaio/
AudioStreamInSource.cpp
45
audio_format_t streamFormat = mStream->common.
get_format
(&mStream->common);
AudioStreamOutSink.cpp
42
audio_format_t streamFormat = mStream->common.
get_format
(&mStream->common);
/hardware/libhardware/include/hardware/
audio.h
197
audio_format_t (*
get_format
)(const struct audio_stream *stream);
member in struct:audio_stream
464
audio_format_t format = s->
get_format
(s);
480
audio_format_t format = s->common.
get_format
(&s->common);
496
audio_format_t format = s->common.
get_format
(&s->common);
/frameworks/av/services/audioflinger/
AudioStreamOut.cpp
169
return stream->common.
get_format
(&stream->common);
/hardware/libhardware/modules/audio/
audio_hw.c
312
out->stream.common.
get_format
= out_get_format;
439
in->stream.common.
get_format
= in_get_format;
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h
134
int
get_format
(const char* name);
/device/asus/fugu/libaudio/
audio_hal_thunks.cpp
462
in->stream.common.
get_format
= in_get_format;
535
out->stream.common.
get_format
= out_get_format;
/device/generic/goldfish/audio/
audio_hw.c
405
out->stream.common.
get_format
= out_get_format;
560
in->stream.common.
get_format
= in_get_format;
/device/linaro/hikey/audio/
audio_hw.c
449
out->stream.common.
get_format
= out_get_format;
602
in->stream.common.
get_format
= in_get_format;
/hardware/qcom/display/msm8960/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
287
default: return
get_format
(halFormat);
497
c2d_format =
get_format
(rhs->format);
[
all
...]
/hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c
604
out->stream.common.
get_format
= out_get_format;
987
in->stream.common.
get_format
= in_get_format;
[
all
...]
/hardware/libhardware/modules/usbaudio/
audio_hal.c
548
out->stream.common.
get_format
= out_get_format;
954
in->stream.common.
get_format
= in_get_format;
[
all
...]
/hardware/libhardware_legacy/audio/
audio_hw_hal.cpp
520
out->stream.common.
get_format
= out_get_format;
586
in->stream.common.
get_format
= in_get_format;
/hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp
586
out->stream.common.
get_format
= out_get_format;
654
in->stream.common.
get_format
= in_get_format;
/hardware/qcom/display/msm8084/libcopybit/
copybit.cpp
125
static int
get_format
(int format) {
function
156
img->format =
get_format
(rhs->format);
copybit_c2d.cpp
257
static int
get_format
(int format) {
function
289
default: return
get_format
(halFormat);
507
c2d_format =
get_format
(rhs->format);
[
all
...]
/hardware/qcom/display/msm8226/libcopybit/
copybit.cpp
125
static int
get_format
(int format) {
function
156
img->format =
get_format
(rhs->format);
copybit_c2d.cpp
257
static int
get_format
(int format) {
function
291
default: return
get_format
(halFormat);
513
c2d_format =
get_format
(rhs->format);
[
all
...]
/hardware/qcom/display/msm8909/libcopybit/
copybit.cpp
131
static int
get_format
(int format) {
function
162
img->format =
get_format
(rhs->format);
copybit_c2d.cpp
256
static int
get_format
(int format) {
function
290
default: return
get_format
(halFormat);
512
c2d_format =
get_format
(rhs->format);
[
all
...]
/hardware/qcom/display/msm8994/libcopybit/
copybit.cpp
126
static int
get_format
(int format) {
function
159
img->format =
get_format
(rhs->format);
copybit_c2d.cpp
256
static int
get_format
(int format) {
function
292
default: return
get_format
(halFormat);
516
c2d_format =
get_format
(rhs->format);
[
all
...]
/hardware/qcom/display/msm8996/libcopybit/
copybit.cpp
131
static int
get_format
(int format) {
function
165
img->format =
get_format
(rhs->format);
copybit_c2d.cpp
259
static int
get_format
(int format) {
function
295
default: return
get_format
(halFormat);
514
c2d_format =
get_format
(rhs->format);
[
all
...]
Completed in 1641 milliseconds
1
2