Home
last modified time | relevance | path

Searched refs:rpu (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddovi_rpu.h41 * corresponding rpu/vdr_ref, which becomes invalid on the next call to
80 int ff_dovi_rpu_parse(DOVIContext *s, const uint8_t *rpu, size_t rpu_size);
H A Ddovi_rpu.c194 int ff_dovi_rpu_parse(DOVIContext *s, const uint8_t *rpu, size_t rpu_size) in ff_dovi_rpu_parse() argument
208 if ((ret = init_get_bits8(gb, rpu, rpu_size)) < 0) in ff_dovi_rpu_parse()
H A Dhevcdec.c2984 AVFrameSideData *rpu = av_frame_new_side_data_from_buf(out, AV_FRAME_DATA_DOVI_RPU_BUFFER, s->rpu_buf); in set_side_data() local
2985 if (!rpu) in set_side_data()
3333 * We have to do this check here an create the rpu buffer, since RPUs are appended in decode_nal_units()
/third_party/ffmpeg/tests/fate/
H A Dhevc.mak245 fate-hevc-dv-rpu: CMD = probeframes -show_entries frame=side_data_list -select_streams 0 -read_intervals "%+\#2" $(TARGET_SAMPLES)/hevc/dv84.mov
246 FATE_HEVC_FFPROBE-$(call DEMDEC, MOV, HEVC) += fate-hevc-dv-rpu
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2781 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq)
2784 PrintRating(f, rpu, kFieldSize_RU);

Completed in 11 milliseconds