Home
last modified time | relevance | path

Searched refs:vp8x (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dsyntax_enc.c53 uint8_t vp8x[CHUNK_HEADER_SIZE + VP8X_CHUNK_SIZE] = { in PutVP8XHeader() local
66 PutLE32(vp8x + TAG_SIZE, VP8X_CHUNK_SIZE); in PutVP8XHeader()
67 PutLE32(vp8x + CHUNK_HEADER_SIZE, flags); in PutVP8XHeader()
68 PutLE24(vp8x + CHUNK_HEADER_SIZE + 4, pic->width - 1); in PutVP8XHeader()
69 PutLE24(vp8x + CHUNK_HEADER_SIZE + 7, pic->height - 1); in PutVP8XHeader()
70 if (!pic->writer(vp8x, sizeof(vp8x), pic)) { in PutVP8XHeader()
/third_party/ffmpeg/libavformat/
H A Dwebpenc.c86 int vp8x = 0; in flush() local
93 vp8x = 1; in flush()
106 vp8x = 1; in flush()
110 if (vp8x) { in flush()
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxedit.c472 const WebPData vp8x = { data, VP8X_CHUNK_SIZE }; in CreateVP8XChunk() local
541 return MuxSet(mux, kChunks[IDX_VP8X].tag, &vp8x, 1); in CreateVP8XChunk()

Completed in 4 milliseconds