Home
last modified time | relevance | path

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

/third_party/libexif/libexif/
Dexif-loader.c40 #undef JPEG_MARKER_APP0
41 #define JPEG_MARKER_APP0 0xe0 macro
316 case JPEG_MARKER_APP0: in exif_loader_write()
Dexif-data.c46 #undef JPEG_MARKER_APP0
47 #define JPEG_MARKER_APP0 0xe0 macro
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpjpegpay.c117 JPEG_MARKER_APP0 = 0xE0, enumerator
801 (marker >= JPEG_MARKER_APP0 && marker <= JPEG_MARKER_APP15)) { in gst_rtp_jpeg_pay_handle_buffer()