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

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoEncoder.java 353 boolean isKeyframe, int inputBuffer, int size,
357 if (isKeyframe) {
377 boolean encodeTexture(boolean isKeyframe, int oesTextureId, float[] transformationMatrix,
381 if (isKeyframe) {
484 boolean isKeyFrame, long presentationTimestampUs) {
487 this.isKeyFrame = isKeyFrame;
493 public final boolean isKeyFrame;
529 boolean isKeyFrame =
531 if (isKeyFrame) {
    [all...]
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.h 62 bool isKeyFrame(size_t frameNr) const { return mIsKeyFrame[frameNr]; }
FrameSequence_webp.cpp 196 const bool currFrameIsKeyFrame = mFrameSequence.isKeyFrame(currIter.frame_num - 1);
236 const bool currFrameIsKeyFrame = mFrameSequence.isKeyFrame(currIter.frame_num - 1);
295 if (mFrameSequence.isKeyFrame(earliestRequired)) {

Completed in 702 milliseconds