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

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp57 camera3_stream::stream_type = type; member in class:android::camera3::camera3_stream
105 if (stream_type == CAMERA3_STREAM_INPUT) {
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp45 unsigned stream_id, unsigned stream_type);
341 unsigned stream_type = br.getBits(8); local
345 elementary_stream_id, stream_type);
347 mStreamTypeByESID.add(elementary_stream_id, stream_type);
537 MPEG2PSExtractor *extractor, unsigned stream_id, unsigned stream_type)
540 mStreamType(stream_type),
536 Track( MPEG2PSExtractor *extractor, unsigned stream_id, unsigned stream_type) argument

Completed in 255 milliseconds