OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPMuxImage
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/mux/
muxi.h
47
typedef struct
WebPMuxImage
WebPMuxImage
;
48
struct
WebPMuxImage
{
57
WebPMuxImage
* next_;
62
WebPMuxImage
* images_;
170
void MuxImageInit(
WebPMuxImage
* const wpi);
173
WebPMuxImage
* MuxImageRelease(
WebPMuxImage
* const wpi);
177
WebPMuxImage
* MuxImageDelete(
WebPMuxImage
* const wpi)
[
all
...]
muxinternal.c
222
void MuxImageInit(
WebPMuxImage
* const wpi) {
227
WebPMuxImage
* MuxImageRelease(
WebPMuxImage
* const wpi) {
228
WebPMuxImage
* next;
246
static WebPChunk** GetChunkListFromId(const
WebPMuxImage
* const wpi,
257
int MuxImageCount(const
WebPMuxImage
* wpi_list, WebPChunkId id) {
259
const
WebPMuxImage
* current;
277
static int SearchImageToGetOrDelete(
WebPMuxImage
** wpi_list, uint32_t nth,
278
WebPMuxImage
*** const location) {
289
WebPMuxImage
* const cur_wpi = *wpi_list
[
all
...]
muxread.c
76
int MuxImageFinalize(
WebPMuxImage
* const wpi) {
100
WebPMuxImage
* const wpi) {
181
WebPMuxImage
* wpi = NULL;
233
wpi = (
WebPMuxImage
*)WebPSafeMalloc(1ULL, sizeof(*wpi));
340
const
WebPMuxImage
* const wpi = mux->images_;
389
static WebPMuxError SynthesizeBitstream(const
WebPMuxImage
* const wpi,
445
static WebPMuxError MuxGetImageInternal(const
WebPMuxImage
* const wpi,
458
static WebPMuxError MuxGetFrameInternal(const
WebPMuxImage
* const wpi,
484
WebPMuxImage
* wpi;
491
// Get the nth
WebPMuxImage
[
all
...]
muxedit.c
40
static void DeleteAllImages(
WebPMuxImage
** const wpi_list) {
138
const
WebPMuxImage
* wpi;
216
const WebPData* const bitstream, int copy_data,
WebPMuxImage
* const wpi) {
235
WebPMuxImage
wpi;
253
// Add this
WebPMuxImage
to mux.
267
WebPMuxImage
wpi;
281
const
WebPMuxImage
* const image = mux->images_;
315
// Add this
WebPMuxImage
to mux.
405
static WebPMuxError GetImageInfo(const
WebPMuxImage
* const wpi,
427
WebPMuxImage
* wpi = NULL
[
all
...]
Completed in 120 milliseconds