Home
last modified time | relevance | path

Searched refs:encodedWidth (Results 1 – 3 of 3) sorted by relevance

/external/skia/third_party/etc1/
Detc1.cpp531 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_encode_image() local
540 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) { in etc1_encode_image()
584 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_decode_image() local
592 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) { in etc1_decode_image()
643 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_pkm_format_header() local
646 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth); in etc1_pkm_format_header()
659 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); in etc1_pkm_is_valid() local
664 encodedWidth >= width && encodedWidth - width < 4 && in etc1_pkm_is_valid()
/external/webrtc/src/modules/interface/
Dmodule_common_types.h318 encodedWidth = data.encodedWidth; in EncodedVideoData()
352 encodedWidth = data.encodedWidth;
385 WebRtc_UWord32 encodedWidth; variable
/external/skia/src/gpu/
DSkGr.cpp267 uint32_t encodedWidth = etc1_pkm_get_width(bytes); in load_etc1_texture() local
272 if (encodedWidth != static_cast<uint32_t>(bm.width()) || in load_etc1_texture()