HomeSort by relevance Sort by last modified time
    Searched refs:streamMask (Results 1 - 13 of 13) sorted by null

  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp     [all...]
LiveSession.h 263 sp<AnotherPacketSource> sources[kNumSources], uint32_t streamMask, bool newUri);
266 const AString &uri, uint32_t streamMask,
PlaylistFetcher.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.h 77 uint32_t getStreamID(uint32_t streamMask);
QCamera3Channel.cpp 378 * PARAMETERS : streamMask
382 uint32_t QCamera3Channel::getStreamID(uint32_t streamMask)
386 if (streamMask == (uint32_t )(0x1 << mStreams[i]->getMyType())) {
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.h 77 uint32_t getStreamID(uint32_t streamMask);
QCamera3Channel.cpp 381 * PARAMETERS : streamMask
385 uint32_t QCamera3Channel::getStreamID(uint32_t streamMask)
389 if (streamMask == (uint32_t )(0x1 << mStreams[i]->getMyType())) {
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.h 77 uint32_t getStreamID(uint32_t streamMask);