Searched defs:stream_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp58 camera3_stream::stream_type = type; member in class:android::camera3::camera3_stream
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp45 unsigned stream_id, unsigned stream_type);
347 unsigned stream_type = br.getBits(8); local
351 elementary_stream_id, stream_type);
353 mStreamTypeByESID.add(elementary_stream_id, stream_type);
590 MPEG2PSExtractor *extractor, unsigned stream_id, unsigned stream_type)
593 mStreamType(stream_type),
589 Track( MPEG2PSExtractor *extractor, unsigned stream_id, unsigned stream_type) argument

Completed in 311 milliseconds