HomeSort by relevance Sort by last modified time
    Searched refs:OMX_BUFFERFLAG_SYNCFRAME (Results 1 - 25 of 26) 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 165 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
OMXVideoEncoderAVC.cpp 523 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
    [all...]
OMXVideoDecoderBase.cpp 585 if (buffer->nFlags & 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/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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 461 outHeader->nFlags |= OMX_BUFFERFLAG_SYNCFRAME;
  /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/avc/enc/
SoftAVCEncoder.cpp 640 outHeader->nFlags |= OMX_BUFFERFLAG_SYNCFRAME;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 758 outputBufferHeader->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 977 if (omxFlags & OMX_BUFFERFLAG_SYNCFRAME) {
    [all...]
OMXCodec.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.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...]
omx_vdec_hevc_swvdec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 362 venc_msg.buf.flags |= OMX_BUFFERFLAG_SYNCFRAME;
    [all...]

Completed in 870 milliseconds

1 2