Searched refs:encodedWidth (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp547 etc1_uint32 encodedWidth = (outWidth + 3) & ~3; local
556 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
679 etc1_uint32 encodedWidth = (width + 3) & ~3; local
687 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
748 etc1_uint32 encodedWidth = (width + 3) & ~3; local
751 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
764 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); local
769 encodedWidth >= width && encodedWidth - width < 4 &&
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp531 etc1_uint32 encodedWidth = (width + 3) & ~3; local
540 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
584 etc1_uint32 encodedWidth = (width + 3) & ~3; local
592 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
643 etc1_uint32 encodedWidth = (width + 3) & ~3; local
646 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
659 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); local
664 encodedWidth >= width && encodedWidth - width < 4 &&
/external/skia/third_party/etc1/
H A Detc1.cpp531 etc1_uint32 encodedWidth = (width + 3) & ~3; local
540 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
584 etc1_uint32 encodedWidth = (width + 3) & ~3; local
592 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
643 etc1_uint32 encodedWidth = (width + 3) & ~3; local
646 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
659 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); local
664 encodedWidth >= width && encodedWidth - width < 4 &&
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h318 encodedWidth = data.encodedWidth;
352 encodedWidth = data.encodedWidth;
385 WebRtc_UWord32 encodedWidth; member in class:webrtc::EncodedVideoData
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h293 encodedWidth(0),
308 encodedWidth = data.encodedWidth;
335 encodedWidth = data.encodedWidth;
365 uint32_t encodedWidth; member in class:webrtc::EncodedVideoData
/external/skia/src/gpu/
H A DSkGr.cpp150 uint32_t encodedWidth = etc1_pkm_get_width(bytes); local
155 if (encodedWidth != static_cast<uint32_t>(bm.width()) ||
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGr.cpp184 uint32_t encodedWidth = etc1_pkm_get_width(bytes); local
189 if (encodedWidth != static_cast<uint32_t>(bm.width()) ||
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dfile_player_impl.cc663 _encodedData.encodedWidth = video_codec_info_.width;

Completed in 221 milliseconds