OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMediaFormat_getInt32
(Results
1 - 11
of
11
) sorted by null
/development/ndk/platforms/android-21/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/frameworks/av/include/ndk/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp
96
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_SAMPLE_RATE, &val32);
98
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &val32);
106
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_WIDTH, &val32);
108
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_HEIGHT, &val32);
201
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_WIDTH, &width)) {
204
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_STRIDE, &stride)) {
207
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_HEIGHT, &height)) {
530
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_BIT_RATE, &bitrate) || bitrate != 8000) {
531
ALOGE("
AMediaFormat_getInt32
fail: %d", bitrate);
/frameworks/av/media/ndk/
NdkMediaFormat.cpp
149
bool
AMediaFormat_getInt32
(AMediaFormat* format, const char *name, int32_t *out) {
/frameworks/base/media/jni/soundpool/
SoundPool.cpp
600
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_SAMPLE_RATE, (int32_t*) rate) ||
601
!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_CHANNEL_COUNT, numChannels)) {
Completed in 57 milliseconds