OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newFormat
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java
185
MediaFormat
newFormat
= codec.getOutputFormat();
186
outputChannelCount =
newFormat
.getInteger(MediaFormat.KEY_CHANNEL_COUNT);
187
sampleRate =
newFormat
.getInteger(MediaFormat.KEY_SAMPLE_RATE);
188
Log.d(LOG_TAG, "output format changed to " +
newFormat
);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputFinisher.java
448
InsnFormat
newFormat
= findFormatForInsn(insn, originalFormat);
450
if (originalFormat ==
newFormat
) {
454
if (
newFormat
== null) {
465
formats[i] =
newFormat
;
682
InsnFormat
newFormat
= findFormatForInsn(insn, format);
683
if (
newFormat
== null) {
691
dop = Dops.getOrNull(dop.getFamily(),
newFormat
);
/cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java
392
MediaFormat
newFormat
= encoder.getOutputFormat();
393
if (VERBOSE) Log.d(TAG, "encoder output format changed: " +
newFormat
);
DecodeEditEncodeTest.java
308
MediaFormat
newFormat
= encoder.getOutputFormat();
309
if (VERBOSE) Log.d(TAG, "encoder output format changed: " +
newFormat
);
511
MediaFormat
newFormat
= encoder.getOutputFormat();
512
if (VERBOSE) Log.d(TAG, "encoder output format changed: " +
newFormat
);
553
MediaFormat
newFormat
= decoder.getOutputFormat();
554
if (VERBOSE) Log.d(TAG, "decoder output format changed: " +
newFormat
);
699
MediaFormat
newFormat
= decoder.getOutputFormat();
700
if (VERBOSE) Log.d(TAG, "decoder output format changed: " +
newFormat
);
[
all
...]
EncodeDecodeTest.java
588
MediaFormat
newFormat
= encoder.getOutputFormat();
589
if (VERBOSE) Log.d(TAG, "encoder output format changed: " +
newFormat
);
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
msgfmt.cpp
656
Format*
newFormat
= NULL;
658
newFormat
= newFormats[formatNumber]->clone();
659
if (
newFormat
== NULL) {
663
setCustomArgStartFormat(partIndex,
newFormat
, status);
676
MessageFormat::adoptFormat(int32_t n, Format *
newFormat
) {
677
LocalPointer<Format> p(
newFormat
);
732
MessageFormat::setFormat(int32_t n, const Format&
newFormat
) {
739
Format* new_format =
newFormat
.clone();
776
const Format&
newFormat
,
789
if (&
newFormat
== NULL)
[
all
...]
/external/icu/icu4c/source/i18n/
msgfmt.cpp
656
Format*
newFormat
= NULL;
658
newFormat
= newFormats[formatNumber]->clone();
659
if (
newFormat
== NULL) {
663
setCustomArgStartFormat(partIndex,
newFormat
, status);
676
MessageFormat::adoptFormat(int32_t n, Format *
newFormat
) {
677
LocalPointer<Format> p(
newFormat
);
732
MessageFormat::setFormat(int32_t n, const Format&
newFormat
) {
739
Format* new_format =
newFormat
.clone();
776
const Format&
newFormat
,
789
if (&
newFormat
== NULL)
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 770 milliseconds