Searched defs:cbk (Results 1 – 4 of 4) sorted by relevance
/third_party/openh264/test/api/ |
D | BaseDecoderTest.cpp | 79 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()
|
D | BaseEncoderTest.cpp | 87 void BaseEncoderTest::EncodeStream (InputStream* in, SEncParamExt* pEncParamExt, Callback* cbk) { in EncodeStream() 123 void BaseEncoderTest::EncodeFile (const char* fileName, SEncParamExt* pEncParamExt, Callback* cbk) { in EncodeFile()
|
D | BaseThreadDecoderTest.cpp | 174 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/ |
D | basic_function.cpp | 85 for(const auto& cbk:c){ in main() local 94 auto cbk=*c.begin(); in main() local
|