OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AMediaFormat_getInt32
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/include/ndk/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/media/
NdkMediaFormat.h
50
bool
AMediaFormat_getInt32
(AMediaFormat*, const char *name, int32_t *out);
/prebuilts/ndk/9/platforms/android-19/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
100
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_SAMPLE_RATE, &val32);
102
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_CHANNEL_COUNT, &val32);
110
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_WIDTH, &val32);
112
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_HEIGHT, &val32);
205
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_WIDTH, &width)) {
208
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_STRIDE, &stride)) {
211
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_HEIGHT, &height)) {
532
if (!
AMediaFormat_getInt32
(format, AMEDIAFORMAT_KEY_BIT_RATE, &bitrate) || bitrate != 8000) {
533
ALOGE("
AMediaFormat_getInt32
fail: %d", bitrate);
/frameworks/av/media/ndk/
NdkMediaFormat.cpp
149
bool
AMediaFormat_getInt32
(AMediaFormat* format, const char *name, int32_t *out) {
Completed in 3059 milliseconds