OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeFormat
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuFloatFormat.cpp
271
static FloatFormat
nativeFormat
(void)
290
return
nativeFormat
<float>();
295
return
nativeFormat
<double>();
/frameworks/av/media/ndk/
NdkMediaCodec.cpp
407
sp<AMessage>
nativeFormat
;
408
AMediaFormat_getFormat(format, &
nativeFormat
);
409
ALOGV("configure with format: %s",
nativeFormat
->debugString(0).c_str());
415
status_t err = mData->mCodec->configure(
nativeFormat
, surface,
419
err,
nativeFormat
->debugString(0).c_str());
Completed in 82 milliseconds