Home
last modified time | relevance | path

Searched defs:EncodeCallback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/test/
H A Dfake_encoder.cc425 int32_t MultithreadedFakeH264Encoder::EncodeCallback( in EncodeCallback() function in webrtc::test::MultithreadedFakeH264Encoder
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h118 using EncodeCallback = std::function<void(uint8_t)>; variable