Lines Matching refs:img_
168 assert(wpi != NULL && wpi->img_ != NULL); in GetImageData()
169 *image = wpi->img_->data_; in GetImageData()
262 return AddDataToChunkList(&image, copy_data, image_tag, &wpi->img_); in SetAlphaAndImageChunks()
333 assert(wpi.img_ != NULL); // As SetAlphaAndImageChunks() was successful. in WebPMuxPushFrame()
336 const int is_lossless = (wpi.img_->tag_ == kChunks[IDX_VP8L].tag); in WebPMuxPushFrame()
351 err = CreateFrameFragmentData(&wpi.img_->data_, x_offset, y_offset, in WebPMuxPushFrame()
451 const WebPChunk* const image_chunk = wpi->img_; in GetImageInfo()
472 assert(wpi->img_ != NULL); in GetImageCanvasWidthHeight()
507 const WebPChunk* const image_chunk = wpi->img_; in GetImageCanvasWidthHeight()
532 if (images == NULL || images->img_ == NULL || in CreateVP8XChunk()
533 images->img_->data_.bytes == NULL) { in CreateVP8XChunk()