Searched refs:setErrorCallback (Results 1 – 5 of 5) sorted by relevance
136 public static void setErrorCallback(MediaCodecVideoEncoderErrorCallback errorCallback) { in setErrorCallback() method in MediaCodecVideoEncoder
127 public static void setErrorCallback(MediaCodecVideoDecoderErrorCallback errorCallback) { in setErrorCallback() method in MediaCodecVideoDecoder
122 …virtual void setErrorCallback(const std::function<void(int, const char*)>& func) { errorCallback =… in setErrorCallback() function
1104 parseContext.setErrorCallback([&lineSync, &outputBuffer]( in operator ()()
464 camera.setErrorCallback(cameraErrorCallback); in startCaptureOnCameraThread()