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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.h 93 u32 videoFormat;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
MediaDecoder.java 252 MediaFormat videoFormat = mMediaExtractor.getTrackFormat(mVideoTrackIndex);
254 ? new GpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this)
255 : new CpuVideoTrackDecoder(mVideoTrackIndex, videoFormat, this);
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 56 #define VIDEO_FORMAT_CLASS_NAME MANUAL_EDIT_ENGINE_CLASS_NAME"$VideoFormat"
155 jfieldID videoFormat;
203 jfieldID videoFormat;
293 VIDEOEDIT_JAVA_DECLARE_CONSTANT_CLASS(VideoFormat )
VideoEditorMain.cpp 333 fid = pEnv->GetFieldID(clazz,"videoFormat","I");
336 M4OSA_TRACE1_1("videoFormat = %d",pSettings->ClipProperties.VideoStreamType);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 403 int videoW, videoH, videoFormat, videoFramesize;
406 videoFormat = m_secCamera->getVideoFormat();
407 videoFramesize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat), videoW, videoH);
409 int orgVideoFrameSize = FRAME_SIZE(V4L2_PIX_2_HAL_PIXEL_FORMAT(videoFormat), m_orgVideoRect.w, m_orgVideoRect.h);
427 m_getAlignedYUVSize(videoFormat, videoW, videoH, &videoBuf);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 766 public final class VideoFormat {
    [all...]

Completed in 58 milliseconds