OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodedWidth
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp
547
etc1_uint32
encodedWidth
= (outWidth + 3) & ~3;
556
for (etc1_uint32 x = 0; x <
encodedWidth
; x += 4) {
679
etc1_uint32
encodedWidth
= (width + 3) & ~3;
687
for (etc1_uint32 x = 0; x <
encodedWidth
; x += 4) {
748
etc1_uint32
encodedWidth
= (width + 3) & ~3;
751
writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET,
encodedWidth
);
764
etc1_uint32
encodedWidth
= readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET);
769
encodedWidth
>= width &&
encodedWidth
- width < 4 &&
/external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp
531
etc1_uint32
encodedWidth
= (width + 3) & ~3;
540
for (etc1_uint32 x = 0; x <
encodedWidth
; x += 4) {
584
etc1_uint32
encodedWidth
= (width + 3) & ~3;
592
for (etc1_uint32 x = 0; x <
encodedWidth
; x += 4) {
643
etc1_uint32
encodedWidth
= (width + 3) & ~3;
646
writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET,
encodedWidth
);
659
etc1_uint32
encodedWidth
= readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET);
664
encodedWidth
>= width &&
encodedWidth
- width < 4 &&
/external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h
293
encodedWidth
(0),
308
encodedWidth
= data.
encodedWidth
;
335
encodedWidth
= data.
encodedWidth
;
365
uint32_t
encodedWidth
;
/external/chromium_org/third_party/skia/src/gpu/
SkGr.cpp
184
uint32_t
encodedWidth
= etc1_pkm_get_width(bytes);
189
if (
encodedWidth
!= static_cast<uint32_t>(bm.width()) ||
/external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc
663
_encodedData.
encodedWidth
= video_codec_info_.width;
Completed in 1149 milliseconds