Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c1125 aac_type_find_scan_loas_frames_ep (GstTypeFind * tf, DataScanCtx * scan_ctx, in aac_type_find_scan_loas_frames_ep() argument
1128 DataScanCtx c = *scan_ctx; in aac_type_find_scan_loas_frames_ep()
1159 } while (count < max_frames && (c.offset - scan_ctx->offset) < 64 * 1024); in aac_type_find_scan_loas_frames_ep()
1166 aac_type_find_scan_loas_frames (GstTypeFind * tf, DataScanCtx * scan_ctx, in aac_type_find_scan_loas_frames() argument
1169 DataScanCtx c = *scan_ctx; in aac_type_find_scan_loas_frames()
1201 } while (count < max_frames && (c.offset - scan_ctx->offset) < 64 * 1024); in aac_type_find_scan_loas_frames()