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

  /external/webp/include/webp/
mux.h 409 WebPAnimEncoderAdd(enc, frame, timestamp_ms, &config);
411 WebPAnimEncoderAdd(enc, NULL, timestamp_ms, NULL);
477 // The last call to 'WebPAnimEncoderAdd' should be with frame = NULL, which
493 WEBP_EXTERN(int) WebPAnimEncoderAdd(
498 // This call should be preceded by a call to 'WebPAnimEncoderAdd' with
511 // WebPAnimEncoderAdd() or WebPAnimEncoderAssemble() or WebPAnimEncoderDelete().
  /external/webp/src/webp/
mux.h 409 WebPAnimEncoderAdd(enc, frame, timestamp_ms, &config);
411 WebPAnimEncoderAdd(enc, NULL, timestamp_ms, NULL);
477 // The last call to 'WebPAnimEncoderAdd' should be with frame = NULL, which
493 WEBP_EXTERN(int) WebPAnimEncoderAdd(
498 // This call should be preceded by a call to 'WebPAnimEncoderAdd' with
511 // WebPAnimEncoderAdd() or WebPAnimEncoderAssemble() or WebPAnimEncoderDelete().
  /external/webp/src/mux/
anim_encode.c 92 int got_null_frame_; // True if WebPAnimEncoderAdd() has already been called
804 candidate->info_.duration = 0; // Set in next call to WebPAnimEncoderAdd().
    [all...]

Completed in 59 milliseconds