/third_party/ffmpeg/libavutil/ |
H A D | utils.c | 40 char av_get_picture_type_char(enum AVPictureType pict_type) in av_get_picture_type_char() argument
|
H A D | frame.h | 422 enum AVPictureType pict_type; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | svq1enc.h | 48 enum AVPictureType pict_type; member
|
H A D | libkvazaar.c | 175 int pict_type; in libkvazaar_encode() local
|
H A D | libxavs.c | 131 int pict_type; in XAVS_frame() local
|
H A D | ratecontrol.h | 42 int pict_type; member
|
H A D | libsvtav1.c | 490 int ret = 0, pict_type; in eb_receive_packet() local
|
H A D | avpacket.c | 602 int ff_side_data_set_encoder_stats(AVPacket *pkt, int quality, int64_t *error, int error_count, int pict_type) in ff_side_data_set_encoder_stats() argument
|
H A D | libx265.c | 510 int pict_type; in libx265_encode_frame() local
|
H A D | libxvid.c | 817 int pict_type; in xvid_encode_frame() local
|
H A D | ratecontrol.c | 83 const int pict_type = rce->new_pict_type; in get_diff_limited_q() local 118 get_qminmax(int *qmin_ret, int *qmax_ret, MpegEncContext *s, int pict_type) get_qminmax() argument 154 const int pict_type = rce->new_pict_type; modify_qscale() local 242 const int pict_type = rce->new_pict_type; get_qscale() local 391 const int pict_type = rce->new_pict_type; init_pass2() local 883 const int pict_type = s->pict_type; ff_rate_estimate_qscale() local [all...] |
H A D | libx264.c | 321 int pict_type; in X264_frame() local
|
H A D | nvenc.c | 2052 enum AVPictureType pict_type; in process_output_surface() local
|
H A D | qsvenc.c | 1832 enum AVPictureType pict_type; in ff_qsv_encode() local
|
H A D | libaomenc.c | 1059 int av_unused pict_type; in storeframe() local
|
H A D | libvpxenc.c | 1244 int pict_type; in storeframe() local
|
H A D | svq3.c | 116 enum AVPictureType pict_type; member [all...] |
H A D | mpegvideo.h | 194 int pict_type; ///< AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, ... member
|
H A D | avcodec.h | 2797 int pict_type; /* XXX: Put it back in AVCodecContext. */ member
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess.c | 916 pp_postprocess(const uint8_t * src[3], const int srcStride[3], uint8_t * dst[3], const int dstStride[3], int width, int height, const int8_t *QP_store, int QPStride, pp_mode *vm, void *vc, int pict_type) pp_postprocess() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | mxfenc.c | 2421 int pict_type = (pkt->data[i+2]>>3) & 0x07; in mxf_parse_mpeg2_frame() local
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 580 int pict_type; member
|