OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:track_type
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmdec.c
61
int
track_type
= -1;
local
75
track_type
= nestegg_track_type(webm_ctx->nestegg_ctx, i);
77
if (
track_type
== NESTEGG_TRACK_VIDEO)
79
else if (
track_type
< 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h
119
int
track_type
= nestegg_track_type(nestegg_ctx_, i);
local
120
ASSERT_GE(
track_type
, 0) << "failed to get track type";
122
if (
track_type
== NESTEGG_TRACK_VIDEO) {
/frameworks/av/services/audioflinger/
TrackBase.h
51
enum
track_type
{
enum in class:TrackBase
70
track_type
type = TYPE_DEFAULT);
168
track_type
mType; // must be one of TYPE_DEFAULT, TYPE_OUTPUT, TYPE_PATCH ...
Completed in 885 milliseconds