HomeSort by relevance Sort by last modified time
    Searched defs:ifmt (Results 1 - 2 of 2) sorted by null

  /external/strace/
printmode.c 43 const char *ifmt; local
46 ifmt = xlookup(modetypes, mode & S_IFMT);
47 if (!ifmt) {
52 ifmt = NULL;
56 ifmt ? ifmt : "",
57 ifmt ? "|" : "",
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 40 ifmt(new AMessage),
56 sp<AMessage> ifmt; member in class:android::MediaCodecSanityTest
122 EXPECT_EQ(codec->getInputFormat(&ifmt), OK);
124 ASSERT_TRUE(ifmt->findInt32("max-input-size", &maxInputSize));
151 EXPECT_EQ(codec->getInputFormat(&ifmt), OK);
153 ASSERT_TRUE(ifmt->findInt32("max-input-size", &maxInputSize));
180 EXPECT_EQ(codec->getInputFormat(&ifmt), OK);
183 ASSERT_TRUE(ifmt->findInt32("max-input-size", &maxInputSize));
186 if (ifmt->findInt32("max-input-size", &maxInputSize)) {

Completed in 84 milliseconds