Searched refs:encoded_frames_ (Results 1 – 1 of 1) sorted by relevance
252 enc->encoded_frames_ = NULL; in WebPAnimEncoderNewInternal()290 enc->encoded_frames_ = in WebPAnimEncoderNewInternal()292 if (enc->encoded_frames_ == NULL) goto Err; in WebPAnimEncoderNewInternal()325 if (enc->encoded_frames_ != NULL) { in WebPAnimEncoderDelete()328 FrameRelease(&enc->encoded_frames_[i]); in WebPAnimEncoderDelete()330 WebPSafeFree(enc->encoded_frames_); in WebPAnimEncoderDelete()344 return &enc->encoded_frames_[enc->start_ + position]; in GetFrame()1325 EncodedFrame temp = enc->encoded_frames_[0]; in FlushFrames()1326 enc->encoded_frames_[0] = enc->encoded_frames_[enc_start_tmp]; in FlushFrames()1327 enc->encoded_frames_[enc_start_tmp] = temp; in FlushFrames()[all …]
Completed in 6 milliseconds