OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputFormatChangedListener
(Results
1 - 7
of
7
) sorted by null
/developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
34
// Handler to use for {@code OutputSampleListener} and {code
OutputFormatChangedListener
}
40
public interface
OutputFormatChangedListener
{
44
private
OutputFormatChangedListener
mOutputFormatChangedListener = null;
101
* Getter for the registered {@link
OutputFormatChangedListener
}
103
public
OutputFormatChangedListener
getOutputFormatChangedListener() {
109
* @param
outputFormatChangedListener
the listener for callback.
112
public void setOutputFormatChangedListener(final
OutputFormatChangedListener
113
outputFormatChangedListener
, Handler handler) {
114
mOutputFormatChangedListener =
outputFormatChangedListener
;
120
if (
outputFormatChangedListener
!= null && mHandler == null)
[
all
...]
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
34
// Handler to use for {@code OutputSampleListener} and {code
OutputFormatChangedListener
}
40
public interface
OutputFormatChangedListener
{
44
private
OutputFormatChangedListener
mOutputFormatChangedListener = null;
101
* Getter for the registered {@link
OutputFormatChangedListener
}
103
public
OutputFormatChangedListener
getOutputFormatChangedListener() {
109
* @param
outputFormatChangedListener
the listener for callback.
112
public void setOutputFormatChangedListener(final
OutputFormatChangedListener
113
outputFormatChangedListener
, Handler handler) {
114
mOutputFormatChangedListener =
outputFormatChangedListener
;
120
if (
outputFormatChangedListener
!= null && mHandler == null)
[
all
...]
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java
34
// Handler to use for {@code OutputSampleListener} and {code
OutputFormatChangedListener
}
40
public interface
OutputFormatChangedListener
{
44
private
OutputFormatChangedListener
mOutputFormatChangedListener = null;
101
* Getter for the registered {@link
OutputFormatChangedListener
}
103
public
OutputFormatChangedListener
getOutputFormatChangedListener() {
109
* @param
outputFormatChangedListener
the listener for callback.
112
public void setOutputFormatChangedListener(final
OutputFormatChangedListener
113
outputFormatChangedListener
, Handler handler) {
114
mOutputFormatChangedListener =
outputFormatChangedListener
;
120
if (
outputFormatChangedListener
!= null && mHandler == null)
[
all
...]
/developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java
34
// Handler to use for {@code OutputSampleListener} and {code
OutputFormatChangedListener
}
40
public interface
OutputFormatChangedListener
{
44
private
OutputFormatChangedListener
mOutputFormatChangedListener = null;
101
* Getter for the registered {@link
OutputFormatChangedListener
}
103
public
OutputFormatChangedListener
getOutputFormatChangedListener() {
109
* @param
outputFormatChangedListener
the listener for callback.
112
public void setOutputFormatChangedListener(final
OutputFormatChangedListener
113
outputFormatChangedListener
, Handler handler) {
114
mOutputFormatChangedListener =
outputFormatChangedListener
;
120
if (
outputFormatChangedListener
!= null && mHandler == null)
[
all
...]
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java
34
// Handler to use for {@code OutputSampleListener} and {code
OutputFormatChangedListener
}
40
public interface
OutputFormatChangedListener
{
44
private
OutputFormatChangedListener
mOutputFormatChangedListener = null;
101
* Getter for the registered {@link
OutputFormatChangedListener
}
103
public
OutputFormatChangedListener
getOutputFormatChangedListener() {
109
* @param
outputFormatChangedListener
the listener for callback.
112
public void setOutputFormatChangedListener(final
OutputFormatChangedListener
113
outputFormatChangedListener
, Handler handler) {
114
mOutputFormatChangedListener =
outputFormatChangedListener
;
120
if (
outputFormatChangedListener
!= null && mHandler == null)
[
all
...]
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java
34
// Handler to use for {@code OutputSampleListener} and {code
OutputFormatChangedListener
}
40
public interface
OutputFormatChangedListener
{
44
private
OutputFormatChangedListener
mOutputFormatChangedListener = null;
101
* Getter for the registered {@link
OutputFormatChangedListener
}
103
public
OutputFormatChangedListener
getOutputFormatChangedListener() {
109
* @param
outputFormatChangedListener
the listener for callback.
112
public void setOutputFormatChangedListener(final
OutputFormatChangedListener
113
outputFormatChangedListener
, Handler handler) {
114
mOutputFormatChangedListener =
outputFormatChangedListener
;
120
if (
outputFormatChangedListener
!= null && mHandler == null)
[
all
...]
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java
34
// Handler to use for {@code OutputSampleListener} and {code
OutputFormatChangedListener
}
40
public interface
OutputFormatChangedListener
{
44
private
OutputFormatChangedListener
mOutputFormatChangedListener = null;
101
* Getter for the registered {@link
OutputFormatChangedListener
}
103
public
OutputFormatChangedListener
getOutputFormatChangedListener() {
109
* @param
outputFormatChangedListener
the listener for callback.
112
public void setOutputFormatChangedListener(final
OutputFormatChangedListener
113
outputFormatChangedListener
, Handler handler) {
114
mOutputFormatChangedListener =
outputFormatChangedListener
;
120
if (
outputFormatChangedListener
!= null && mHandler == null)
[
all
...]
Completed in 282 milliseconds