Home
last modified time | relevance | path

Searched refs:vpcc (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dvpcc.c117 AVRational *frame_rate, VPCC *vpcc) in ff_isom_get_vpcc_features() argument
140 vpcc->profile = profile; in ff_isom_get_vpcc_features()
141 vpcc->level = level; in ff_isom_get_vpcc_features()
142 vpcc->bitdepth = bit_depth; in ff_isom_get_vpcc_features()
143 vpcc->chroma_subsampling = vpx_chroma_subsampling; in ff_isom_get_vpcc_features()
144 vpcc->full_range_flag = vpx_video_full_range_flag; in ff_isom_get_vpcc_features()
152 VPCC vpcc; in ff_isom_write_vpcc() local
155 ret = ff_isom_get_vpcc_features(s, par, NULL, &vpcc); in ff_isom_write_vpcc()
159 avio_w8(pb, vpcc.profile); in ff_isom_write_vpcc()
160 avio_w8(pb, vpcc.level); in ff_isom_write_vpcc()
[all …]
Dvpcc.h56 AVRational *frame_rate, VPCC *vpcc);
Ddashenc.c348 VPCC vpcc; in set_vp9_codec_str() local
349 int ret = ff_isom_get_vpcc_features(s, par, frame_rate, &vpcc); in set_vp9_codec_str()
352 vpcc.profile, vpcc.level, vpcc.bitdepth); in set_vp9_codec_str()
DMakefile336 OBJS-$(CONFIG_MOV_MUXER) += movenc.o av1.o avc.o hevc.o vpcc.o \
/third_party/ffmpeg/
DBUILD.gn1376 "//third_party/ffmpeg/libavformat/vpcc.c",