Home
last modified time | relevance | path

Searched defs:cbk (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/test/api/
DBaseDecoderTest.cpp79 void BaseDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { in DecodeFrame()
115 void BaseDecoderTest::FlushFrame (Callback* cbk) { in FlushFrame()
151 bool BaseDecoderTest::DecodeFile (const char* fileName, Callback* cbk) { in DecodeFile()
197 bool BaseDecoderTest::DecodeNextFrame (Callback* cbk) { in DecodeNextFrame()
DBaseEncoderTest.cpp87 void BaseEncoderTest::EncodeStream (InputStream* in, SEncParamExt* pEncParamExt, Callback* cbk) { in EncodeStream()
123 void BaseEncoderTest::EncodeFile (const char* fileName, SEncParamExt* pEncParamExt, Callback* cbk) { in EncodeFile()
DBaseThreadDecoderTest.cpp174 void BaseThreadDecoderTest::DecodeFrame (const uint8_t* src, size_t sliceSize, Callback* cbk) { in DecodeFrame()
213 void BaseThreadDecoderTest::FlushFrame (Callback* cbk) { in FlushFrame()
251 bool BaseThreadDecoderTest::ThreadDecodeFile (const char* fileName, Callback* cbk) { in ThreadDecodeFile()
/third_party/boost/libs/poly_collection/example/
Dbasic_function.cpp85 for(const auto& cbk:c){ in main() local
94 auto cbk=*c.begin(); in main() local