HomeSort by relevance Sort by last modified time
    Searched refs:text_2 (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/linux/
file_id_unittest.cc 247 Section text_2(kLittleEndian);
251 PopulateSection(&text_2, 4096, 31);
252 elf2.AddSection(".text", text_2, SHT_PROGBITS);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 51 uint8 text_2; /* texture_complexity_estimation_set_2 */ member in struct:tagComplexity_Est
vop.cpp 567 currVol->complexity.text_2 = BitstreamReadBits16(stream, 4);
916 if ((currVol->complexity.text_2 >> 3) & 0x1) /* dct_coefs */
918 if ((currVol->complexity.text_2 >> 2) & 0x1) /* dct_lines */
920 if ((currVol->complexity.text_2 >> 1) & 0x1) /* vlc_symbols */
922 if (currVol->complexity.text_2 & 0x1) /* vlc_bits */
    [all...]

Completed in 575 milliseconds