Home
last modified time | relevance | path

Searched refs:isIDR (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/
DAVCUtilsUnitTest.cpp332 bool isIDR = IsIDR((uint8_t *)data, chunkLength); in TEST_P() local
333 ASSERT_TRUE(isIDR); in TEST_P()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp507 bool isIDR = isIDRFrame(*buffer); in read() local
508 (*buffer)->meta_data().setInt32(kKeyIsSyncFrame, isIDR); in read()
509 if (isIDR) { in read()