HomeSort by relevance Sort by last modified time
    Searched refs:OMX_BUFFERFLAG_SYNCFRAME (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 146 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
170 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
OMXVideoEncoderH263.cpp 166 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
OMXVideoEncoderVP8.cpp 142 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
OMXVideoDecoderBase.cpp 517 if (buffer->nFlags & OMX_BUFFERFLAG_SYNCFRAME) {
    [all...]
OMXVideoEncoderAVC.cpp 523 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Core.h 386 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 369 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 369 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 369 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 369 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core.h 386 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 369 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_DSP.h 457 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000020
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 715 outHeader->nFlags |= OMX_BUFFERFLAG_SYNCFRAME;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 105 #define OMX_BUFFERFLAG_SYNCFRAME 0x00000040
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 705 if (omxFlags & OMX_BUFFERFLAG_SYNCFRAME) {
    [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 868 outHeader->nFlags |= OMX_BUFFERFLAG_SYNCFRAME;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 318 venc_msg.buf.flags |= OMX_BUFFERFLAG_SYNCFRAME;
    [all...]

Completed in 327 milliseconds

1 2