OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moutputformatchangedlistener
(Results
1 - 7
of
7
) sorted by null
/developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
44
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
104
return
mOutputFormatChangedListener
;
114
mOutputFormatChangedListener
= outputFormatChangedListener;
351
if (
mOutputFormatChangedListener
!= null) {
355
mOutputFormatChangedListener
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
44
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
104
return
mOutputFormatChangedListener
;
114
mOutputFormatChangedListener
= outputFormatChangedListener;
351
if (
mOutputFormatChangedListener
!= null) {
355
mOutputFormatChangedListener
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
44
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
104
return
mOutputFormatChangedListener
;
114
mOutputFormatChangedListener
= outputFormatChangedListener;
351
if (
mOutputFormatChangedListener
!= null) {
355
mOutputFormatChangedListener
/developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java
44
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
104
return
mOutputFormatChangedListener
;
114
mOutputFormatChangedListener
= outputFormatChangedListener;
351
if (
mOutputFormatChangedListener
!= null) {
355
mOutputFormatChangedListener
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java
44
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
104
return
mOutputFormatChangedListener
;
114
mOutputFormatChangedListener
= outputFormatChangedListener;
351
if (
mOutputFormatChangedListener
!= null) {
355
mOutputFormatChangedListener
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java
44
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
104
return
mOutputFormatChangedListener
;
114
mOutputFormatChangedListener
= outputFormatChangedListener;
351
if (
mOutputFormatChangedListener
!= null) {
355
mOutputFormatChangedListener
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java
44
private OutputFormatChangedListener
mOutputFormatChangedListener
= null;
104
return
mOutputFormatChangedListener
;
114
mOutputFormatChangedListener
= outputFormatChangedListener;
351
if (
mOutputFormatChangedListener
!= null) {
355
mOutputFormatChangedListener
Completed in 3033 milliseconds