Searched refs:AV_FRAME_DATA_SKIP_SAMPLES (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | frame.h | 109 AV_FRAME_DATA_SKIP_SAMPLES, enumerator
|
H A D | frame.c | 810 case AV_FRAME_DATA_SKIP_SAMPLES: return "Skip samples"; in av_frame_side_data_name()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_sidedata.c | 63 { "SKIP_SAMPLES", "", 0, AV_OPT_TYPE_CONST, {.i64 = AV_FRAME_DATA_SKIP_SAMPLES }, 0, 0, FLAGS, "type" }, \
|
/third_party/ffmpeg/libavcodec/ |
H A D | decode.c | 431 AVFrameSideData *fside = av_frame_new_side_data(frame, AV_FRAME_DATA_SKIP_SAMPLES, 10); in decode_simple_internal()
|
Completed in 5 milliseconds