Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h66 #define NESTEGG_TRACK_AUDIO 1 /**< Track is of type audio. */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c138 } else if (type == NESTEGG_TRACK_AUDIO) { in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1971 return NESTEGG_TRACK_AUDIO; in nestegg_track_type()
2161 if (nestegg_track_type(ctx, track) != NESTEGG_TRACK_AUDIO) in nestegg_track_audio_params()