Searched refs:nestegg_track_codec_id (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h235 int nestegg_track_codec_id(nestegg * context, unsigned int track);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmdec.c83 codec_id = nestegg_track_codec_id(webm_ctx->nestegg_ctx, i);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c121 type, nestegg_track_codec_id(ctx, i));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c1977 nestegg_track_codec_id(nestegg * ctx, unsigned int track) function
2018 if (nestegg_track_codec_id(ctx, track) != NESTEGG_CODEC_VORBIS)
2053 if (nestegg_track_codec_id(ctx, track) != NESTEGG_CODEC_VORBIS
2054 && nestegg_track_codec_id(ctx, track) != NESTEGG_CODEC_OPUS)
2060 if (nestegg_track_codec_id(ctx, track) == NESTEGG_CODEC_VORBIS) {

Completed in 10 milliseconds