Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
Dvideo_decoder.cpp168 …auto CodecOnNewOutputData = [](OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, OH_AVCodecBuf… in CreateDecoder() local
211 void VideoDecoder::CodecOnNewOutputData(OH_AVCodec* codec, uint32_t index, OH_AVMemory*, in CodecOnNewOutputData() function in OHOS::Media::VideoDecoder
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/encoder/
Dvideo_encoder.cpp61 void VideoEncoder::CodecOnNewOutputData(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, in CodecOnNewOutputData() function in OHOS::Media::VideoEncoder