Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h65 #define NESTEGG_TRACK_VIDEO 0 /**< Track is of type video. */ macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dwebm_video_source.h122 if (track_type == NESTEGG_TRACK_VIDEO) { in Begin()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmdec.c77 if (track_type == NESTEGG_TRACK_VIDEO) in file_is_webm()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c130 if (type == NESTEGG_TRACK_VIDEO) { in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c1968 return NESTEGG_TRACK_VIDEO; in nestegg_track_type()
2104 if (nestegg_track_type(ctx, track) != NESTEGG_TRACK_VIDEO) in nestegg_track_video_params()