Searched defs:dstBuf (Results 1 – 3 of 3) sorted by relevance
185 @NonNull ByteBuffer srcBuf, @NonNull ByteBuffer dstBuf, in descramble()251 ByteBuffer dstBuf, int dstOffset, int dstLimit) throws RemoteException; in native_descramble()
235 void *dstBuf = mBuf != NULL ? mBuf : dst; in convertNoResampler() local251 void *dstBuf = mBuf != NULL ? mBuf : dst; in convertNoResampler() local
380 jobject dstBuf, jint dstOffset, jint dstLimit) { in android_media_MediaDescrambler_native_descramble()