Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h186 int nestegg_track_count(nestegg * context, unsigned int * tracks);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h115 ASSERT_FALSE(nestegg_track_count(nestegg_ctx_, &n)) in Begin()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c71 if (nestegg_track_count(webm_ctx->nestegg_ctx, &n)) in file_is_webm()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c111 nestegg_track_count(ctx, &tracks); in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1814 nestegg_track_count(nestegg * ctx, unsigned int * tracks) in nestegg_track_count() function
1849 nestegg_track_count(ctx, &track_count); in nestegg_get_cue_point()