Home
last modified time | relevance | path

Searched refs:outputFormatChanged_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp858 outputFormatChanged_ = format; in CheckDrmSvpConsistency()
1426 outputFormatChanged_.PutIntValue(Media::Tag::VIDEO_WIDTH, width); in PostProcessingOnOutputFormatChanged()
1427 outputFormatChanged_.PutIntValue(Media::Tag::VIDEO_PIC_WIDTH, width); in PostProcessingOnOutputFormatChanged()
1431 outputFormatChanged_.PutIntValue(Media::Tag::VIDEO_HEIGHT, height); in PostProcessingOnOutputFormatChanged()
1432 outputFormatChanged_.PutIntValue(Media::Tag::VIDEO_PIC_HEIGHT, height); in PostProcessingOnOutputFormatChanged()
1436 outputFormatChanged_.PutIntValue(Media::Tag::VIDEO_STRIDE, stride); in PostProcessingOnOutputFormatChanged()
1440 outputFormatChanged_.PutIntValue(Media::Tag::VIDEO_SLICE_HEIGHT, sliceHeight); in PostProcessingOnOutputFormatChanged()
1444 outputFormatChanged_.PutIntValue(Media::Tag::VIDEO_DECODER_OUTPUT_COLOR_SPACE, outputColorSpace); in PostProcessingOnOutputFormatChanged()
1446 videoCb_->OnOutputFormatChanged(outputFormatChanged_); in PostProcessingOnOutputFormatChanged()
H A Dcodec_server.h193 Format outputFormatChanged_; member in OHOS::MediaAVCodec::CodecServer

Completed in 4 milliseconds