Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c61 int track_type = -1; in file_is_webm() local
75 track_type = nestegg_track_type(webm_ctx->nestegg_ctx, i); in file_is_webm()
77 if (track_type == NESTEGG_TRACK_VIDEO) in file_is_webm()
79 else if (track_type < 0) in file_is_webm()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h119 int track_type = nestegg_track_type(nestegg_ctx_, i); in Begin() local
120 ASSERT_GE(track_type, 0) << "failed to get track type"; in Begin()
122 if (track_type == NESTEGG_TRACK_VIDEO) { in Begin()