HomeSort by relevance Sort by last modified time
    Searched refs:queueSecureInputBuffer (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/av/media/libstagefright/include/
ACodecBufferChannel.h 71 virtual status_t queueSecureInputBuffer(
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 212 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags);
261 mDecoder.queueSecureInputBuffer(index, 0, sCryptoInfo, presentationTimeUs, flags);
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 212 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags);
261 mDecoder.queueSecureInputBuffer(index, 0, sCryptoInfo, presentationTimeUs, flags);
  /developers/samples/android/common/src/java/com/example/android/common/media/
MediaCodecWrapper.java 212 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags);
261 mDecoder.queueSecureInputBuffer(index, 0, sCryptoInfo, presentationTimeUs, flags);
  /development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
MediaCodecWrapper.java 215 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags);
265 mDecoder.queueSecureInputBuffer(index, 0, cryptoInfo, presentationTimeUs, flags);
  /development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
MediaCodecWrapper.java 215 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags);
265 mDecoder.queueSecureInputBuffer(index, 0, cryptoInfo, presentationTimeUs, flags);
  /development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
MediaCodecWrapper.java 215 mDecoder.queueSecureInputBuffer(index, 0, crypto, presentationTimeUs, flags);
265 mDecoder.queueSecureInputBuffer(index, 0, cryptoInfo, presentationTimeUs, flags);
  /frameworks/av/media/libstagefright/include/media/stagefright/
CodecBase.h 279 virtual status_t queueSecureInputBuffer(
MediaCodec.h 139 status_t queueSecureInputBuffer(
  /frameworks/base/media/jni/
android_media_MediaCodec.h 85 status_t queueSecureInputBuffer(
android_media_MediaCodec.cpp 347 status_t JMediaCodec::queueSecureInputBuffer(
359 return mCodec->queueSecureInputBuffer(
    [all...]
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.h 58 virtual status_t queueSecureInputBuffer(
CCodecBufferChannel.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
CodecState.java 243 mCodec.queueSecureInputBuffer(
MediaCodecTest.java     [all...]
  /frameworks/av/media/libmedia/include/media/
NdkWrapper.h 252 status_t queueSecureInputBuffer(
  /frameworks/av/media/libstagefright/
ACodecBufferChannel.cpp 107 status_t ACodecBufferChannel::queueSecureInputBuffer(
229 ALOGV("queueSecureInputBuffer #%d", it->mBufferId);
MediaCodec.cpp     [all...]
  /frameworks/av/media/libmedia/
NdkWrapper.cpp 998 status_t AMediaCodecWrapper::queueSecureInputBuffer(
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp     [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 768 status_t err = codec->mCodec->queueSecureInputBuffer(idx,
  /frameworks/base/media/java/android/media/
MediaCodec.java 401 #queueInputBuffer queueInputBuffer} – or {@link #queueSecureInputBuffer
402 queueSecureInputBuffer} if using decryption. Do not submit multiple input buffers with the same
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 832 milliseconds

1 2