OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:img_components_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/demux/
demux.c
56
int complete_; //
img_components_
contains a full image.
57
ChunkData
img_components_
[2]; // 0=VP8{,L} 1=ALPH
member in struct:Frame
227
frame->
img_components_
[1].offset_ = chunk_start_offset;
228
frame->
img_components_
[1].size_ = chunk_size;
255
frame->
img_components_
[0].offset_ = chunk_start_offset;
256
frame->
img_components_
[0].size_ = chunk_size;
442
if (!has_alpha && frame->
img_components_
[1].size_ > 0) {
443
frame->
img_components_
[1].offset_ = 0;
444
frame->
img_components_
[1].size_ = 0;
643
const ChunkData* const image = f->
img_components_
;
[
all
...]
/external/webp/src/demux/
demux.c
56
int complete_; //
img_components_
contains a full image.
57
ChunkData
img_components_
[2]; // 0=VP8{,L} 1=ALPH
member in struct:Frame
227
frame->
img_components_
[1].offset_ = chunk_start_offset;
228
frame->
img_components_
[1].size_ = chunk_size;
255
frame->
img_components_
[0].offset_ = chunk_start_offset;
256
frame->
img_components_
[0].size_ = chunk_size;
442
if (!has_alpha && frame->
img_components_
[1].size_ > 0) {
443
frame->
img_components_
[1].offset_ = 0;
444
frame->
img_components_
[1].size_ = 0;
637
const ChunkData* const image = f->
img_components_
;
[
all
...]
Completed in 3297 milliseconds