OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputFormatChangedListener
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/BasicMediaDecoder/BasicMediaDecoderSample/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
43
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
103
return
mOutputFormatChangedListener
;
113
mOutputFormatChangedListener
= outputFormatChangedListener;
350
if (
mOutputFormatChangedListener
!= null) {
354
mOutputFormatChangedListener
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
43
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
103
return
mOutputFormatChangedListener
;
113
mOutputFormatChangedListener
= outputFormatChangedListener;
350
if (
mOutputFormatChangedListener
!= null) {
354
mOutputFormatChangedListener
/developers/build/prebuilts/gradle/MediaRecorder/MediaRecorderSample/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
43
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
103
return
mOutputFormatChangedListener
;
113
mOutputFormatChangedListener
= outputFormatChangedListener;
350
if (
mOutputFormatChangedListener
!= null) {
354
mOutputFormatChangedListener
/developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java
43
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
103
return
mOutputFormatChangedListener
;
113
mOutputFormatChangedListener
= outputFormatChangedListener;
350
if (
mOutputFormatChangedListener
!= null) {
354
mOutputFormatChangedListener
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java
43
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
103
return
mOutputFormatChangedListener
;
113
mOutputFormatChangedListener
= outputFormatChangedListener;
350
if (
mOutputFormatChangedListener
!= null) {
354
mOutputFormatChangedListener
Completed in 49 milliseconds