HomeSort by relevance Sort by last modified time
    Searched refs:mByteBufferPositionMethodID (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/
android_media_MediaCodec.h 145 jmethodID mByteBufferPositionMethodID;
android_media_MediaCodec.cpp 179 mByteBufferPositionMethodID = env->GetMethodID(
181 CHECK(mByteBufferPositionMethodID != NULL);
243 mByteBufferPositionMethodID = NULL;
492 byteBuffer, mByteBufferPositionMethodID,
    [all...]

Completed in 155 milliseconds