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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 50 uint8 text_1; /* texture_complexity_estimation_set_1 */ member in struct:tagComplexity_Est
vop.cpp 555 currVol->complexity.text_1 = BitstreamReadBits16(stream, 4);
908 if ((currVol->complexity.text_1 >> 3) & 0x1) /* intra */
910 if (currVol->complexity.text_1 & 0x1) /* not_coded */
923 if ((currVol->complexity.text_1 >> 2) & 0x1) /* inter */
925 if ((currVol->complexity.text_1 >> 1) & 0x1) /* inter_4v */
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 303 base::string16 text_1 = infobar_delegate_1->GetButtonLabel( local
305 EXPECT_NE(text_0, text_1);
388 base::string16 text_1 = infobar_delegate_1->GetMessageText(); local
389 EXPECT_NE(text_0, text_1);
506 base::string16 text_1 = infobar_delegate_1->GetMessageText(); local
507 EXPECT_NE(text_0, text_1);
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_browsertest.cc 478 WebAXObject text_1 = anonymous_block.childAt(0); local
515 EXPECT_EQ(text_1.axID(), event.update.nodes[1].id);

Completed in 356 milliseconds