Home
last modified time | relevance | path

Searched refs:gbytes (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dexif.c201 static int exif_decode_tag(void *logctx, GetByteContext *gbytes, int le, in exif_decode_tag() argument
212 ff_tread_tag(gbytes, le, &id, &type, &count, &cur_pos); in exif_decode_tag()
214 if (!bytestream2_tell(gbytes)) { in exif_decode_tag()
215 bytestream2_seek(gbytes, cur_pos, SEEK_SET); in exif_decode_tag()
223 ret = ff_exif_decode_ifd(logctx, gbytes, le, depth + 1, metadata); in exif_decode_tag()
234 gbytes, le, metadata); in exif_decode_tag()
237 bytestream2_seek(gbytes, cur_pos, SEEK_SET); in exif_decode_tag()
243 int ff_exif_decode_ifd(void *logctx, GetByteContext *gbytes, in ff_exif_decode_ifd() argument
249 entries = ff_tget_short(gbytes, le); in ff_exif_decode_ifd()
251 if (bytestream2_get_bytes_left(gbytes) < entrie in ff_exif_decode_ifd()
[all...]
H A Dexif.h40 int ff_exif_decode_ifd(void *logctx, GetByteContext *gbytes, int le,
H A Dmjpegdec.c2021 GetByteContext gbytes; in mjpeg_decode_app() local
2030 bytestream2_init(&gbytes, aligned, len); in mjpeg_decode_app()
2033 ret = ff_tdecode_header(&gbytes, &le, &ifd_offset); in mjpeg_decode_app()
2037 bytestream2_seek(&gbytes, ifd_offset, SEEK_SET); in mjpeg_decode_app()
2041 ret = ff_exif_decode_ifd(s->avctx, &gbytes, le, 0, &s->exif_metadata); in mjpeg_decode_app()
2047 bytes_read = bytestream2_tell(&gbytes); in mjpeg_decode_app()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-glib.cc278 * @gbytes: the GBytes structure to work upon
288 hb_glib_blob_create (GBytes *gbytes) in hb_glib_blob_create() argument
291 gconstpointer data = g_bytes_get_data (gbytes, &size); in hb_glib_blob_create()
295 g_bytes_ref (gbytes), in hb_glib_blob_create()
H A Dhb-glib.h51 hb_glib_blob_create (GBytes *gbytes);

Completed in 6 milliseconds