Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dtester_common.cpp132 const char* codecStr = opt_.isEncoder ? "encoder" : "decoder"; in BeforeQueueInput() local
139 printf("%s input: flags=0x%x (eos)\n", codecStr, attr.flags); in BeforeQueueInput()
140 LOGI("%s input: flags=0x%x (eos)", codecStr, attr.flags); in BeforeQueueInput()
144 …printf("%s input: flags=0x%x, pts=%" PRId64 ", size=%d\n", codecStr, attr.flags, attr.pts, attr.s… in BeforeQueueInput()
145 …LOGI("%s input: flags=0x%x, pts=%" PRId64 ", size=%d", codecStr, attr.flags, attr.pts, attr.size); in BeforeQueueInput()
148 …printf("%s input: flags=0x%x, pts=%" PRId64 ", size=%d\n", codecStr, attr.flags, attr.pts, attr.s… in BeforeQueueInput()
149 …LOGI("%s input: flags=0x%x, pts=%" PRId64 ", size=%d", codecStr, attr.flags, attr.pts, attr.size); in BeforeQueueInput()
162 const char* codecStr = opt_.isEncoder ? "encoder" : "decoder"; in AfterGotOutput() local
165 printf("%s output: flags=0x%x (eos)\n", codecStr, attr.flags); in AfterGotOutput()
166 LOGI("%s output: flags=0x%x (eos)", codecStr, attr.flags); in AfterGotOutput()
[all …]