Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/encoder/
Dvideo_encoder.cpp51 void VideoEncoder::CodecOnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in CodecOnError() function in OHOS::Media::VideoEncoder
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
Dvideo_decoder.cpp144 auto CodecOnError = [](OH_AVCodec*, int32_t errorCode, void* context) { in CreateDecoder() local