HomeSort by relevance Sort by last modified time
    Searched defs:streamType (Results 1 - 18 of 18) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DecoderConfigDescriptor.java 34 * bit(6) streamType;
51 int streamType;
67 streamType = data >>> 2;
117 int flags = (streamType << 2) | (upStream << 1) | 1;
151 return streamType;
154 public void setStreamType(int streamType) {
155 this.streamType = streamType;
195 sb.append(", streamType=").append(streamType);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.h 95 int32_t Open(AVIStreamType streamType, const char* fileName,
218 AVIStreamType streamType;
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 189 int32_t QCamera3Channel::addStream(cam_stream_type_t streamType,
216 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum,
579 cam_stream_type_t streamType;
591 streamType = CAM_STREAM_TYPE_VIDEO;
594 streamType = CAM_STREAM_TYPE_PREVIEW;
601 streamType = CAM_STREAM_TYPE_SNAPSHOT;
605 streamType = CAM_STREAM_TYPE_CALLBACK;
626 rc = QCamera3Channel::addStream(streamType, streamFormat, streamDim,
947 cam_stream_type_t streamType;
964 streamType = CAM_STREAM_TYPE_NON_ZSL_SNAPSHOT
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 187 int32_t QCamera3Channel::addStream(cam_stream_type_t streamType,
214 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum,
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 207 int32_t QCamera3Channel::addStream(cam_stream_type_t streamType,
236 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum,
764 cam_stream_type_t streamType;
781 streamType = mStreams[0]->getMyType();
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 315 milliseconds