Home
last modified time | relevance | path

Searched refs:JPEGRawComment (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_jpeg.h116 typedef struct JPEGRawComment { struct
120 } JPEGRawComment; argument
Dcbs_jpeg.c94 JPEGRawComment *comment = (JPEGRawComment*)content; in cbs_jpeg_free_comment()
318 SEGMENT(COM, JPEGRawComment, comment, &cbs_jpeg_free_comment); in cbs_jpeg_read_unit()
Dcbs_jpeg_syntax_template.c175 JPEGRawComment *current) in FUNC()