Home
last modified time | relevance | path

Searched refs:OUTPUT_FORMAT (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DMediaRecorderStateUnitTestTemplate.java40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP; field in MediaRecorderStateUnitTestTemplate
130 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToPreparedState()
143 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToRecordingState()
157 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToDataSourceConfiguredState()
198 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT); in setMediaRecorderToErrorState()
DMediaRecorderSetOutputFormatStateUnitTest.java54 recorder.setOutputFormat(MediaRecorderStateUnitTestTemplate.OUTPUT_FORMAT); in invokeMethodUnderTest()
/frameworks/compile/mclinker/lib/Script/
DOutputFormatCmd.cpp18 : ScriptCommand(ScriptCommand::OUTPUT_FORMAT) { in OutputFormatCmd()
25 : ScriptCommand(ScriptCommand::OUTPUT_FORMAT) { in OutputFormatCmd()
DScriptParser.yy100 %token OUTPUT_FORMAT
235 output_format_command : OUTPUT_FORMAT '(' STRING ')'
237 | OUTPUT_FORMAT '(' STRING ',' STRING ',' STRING ')'
DScriptScanner.ll89 <LDSCRIPT>"OUTPUT_FORMAT" { return token::OUTPUT_FORMAT; }
/frameworks/compile/mclinker/include/mcld/Script/
DScriptCommand.h30 OUTPUT_FORMAT, enumerator
DOutputFormatCmd.h46 return pCmd->getKind() == ScriptCommand::OUTPUT_FORMAT; in classof()