/third_party/ffmpeg/libavcodec/ |
H A D | v408dec.c | 35 static int v408_decode_frame(AVCodecContext *avctx, AVFrame *pic, in v408_decode_frame() argument [all...] |
H A D | v410enc.c | 43 v410_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) v410_encode_frame() argument
|
H A D | v308enc.c | 42 v308_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) v308_encode_frame() argument
|
H A D | v308dec.c | 36 static int v308_decode_frame(AVCodecContext *avctx, AVFrame *pic, in v308_decode_frame() argument [all...] |
H A D | y41pdec.c | 39 static int y41p_decode_frame(AVCodecContext *avctx, AVFrame *pic, in y41p_decode_frame() argument [all...] |
H A D | y41penc.c | 41 y41p_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) y41p_encode_frame() argument
|
H A D | yuv4dec.c | 34 static int yuv4_decode_frame(AVCodecContext *avctx, AVFrame *pic, in yuv4_decode_frame() argument [all...] |
H A D | yuv4enc.c | 27 yuv4_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) yuv4_encode_frame() argument
|
H A D | v210_template.c | 25 v210_enc(AVCodecContext *avctx, uint8_t *dst, const AVFrame *pic) v210_enc() argument
|
H A D | targa_y216dec.c | 34 static int y216_decode_frame(AVCodecContext *avctx, AVFrame *pic, in y216_decode_frame() argument [all...] |
H A D | avuienc.c | 52 avui_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) avui_encode_frame() argument
|
H A D | libwebpenc.c | 42 WebPPicture *pic = NULL; in libwebp_encode_frame() local
|
H A D | 012v.c | 39 static int zero12v_decode_frame(AVCodecContext *avctx, AVFrame *pic, in zero12v_decode_frame() argument [all...] |
H A D | v210x.c | 39 static int decode_frame(AVCodecContext *avctx, AVFrame *pic, in decode_frame() argument [all...] |
H A D | v408enc.c | 39 v408_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *pic, int *got_packet) v408_encode_frame() argument
|
H A D | vaapi_vp9.c | 42 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_start_frame() local 123 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_end_frame() local 133 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_decode_slice() local
|
H A D | vdpau_vp9.c | 37 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_start_frame() local 170 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_decode_slice() local 189 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_end_frame() local
|
H A D | vaapi_mpeg4.c | 52 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_start_frame() local 142 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_end_frame() local 158 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_decode_slice() local [all...] |
H A D | vaapi_mjpeg.c | 31 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_start_frame() local 67 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_end_frame() local 77 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_decode_slice() local [all...] |
H A D | vdpau_vc1.c | 39 Picture *pic = s->current_picture_ptr; in vdpau_vc1_start_frame() local 107 Picture *pic = s->current_picture_ptr; in vdpau_vc1_decode_slice() local
|
H A D | vdpau_mpeg12.c | 38 Picture *pic = s->current_picture_ptr; in vdpau_mpeg_start_frame() local 90 Picture *pic = s->current_picture_ptr; in vdpau_mpeg_decode_slice() local
|
H A D | vdpau_mpeg4.c | 37 Picture *pic = s->current_picture_ptr; in vdpau_mpeg4_start_frame() local
|
/third_party/ffmpeg/libavformat/ |
H A D | avs3dec.c | 34 int pic = 0, seq = 0, slice_pos = 0; in avs3video_probe() local
|
/third_party/skia/tools/ |
H A D | skp_parser.cpp | 48 sk_sp<SkPicture> pic = SkPicture::MakeFromStream(&input); in main() local
|
/third_party/skia/fuzz/oss_fuzz/ |
H A D | FuzzSKP.cpp | 17 sk_sp<SkPicture> pic = SkPicture::MakeFromData(bytes->data(), bytes->size()); in FuzzSKP() local
|