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

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 145 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
175 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
OMXVideoDecoderAVC.cpp 145 // OMX_BUFFERFLAG_ENDOFFRAME is an optional flag
146 if (buffer->nFlags & (OMX_BUFFERFLAG_ENDOFFRAME | OMX_BUFFERFLAG_EOS)) {
147 // TODO: if OMX_BUFFERFLAG_ENDOFFRAME indicates end of a NAL unit and in OMXVideoDecodeBase
OMXVideoEncoderH263.cpp 170 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
OMXVideoEncoderVP8.cpp 147 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
OMXVideoDecoderBase.cpp 511 if (buffer->nFlags & (OMX_BUFFERFLAG_ENDOFFRAME | OMX_BUFFERFLAG_EOS)) {
512 // TODO: OMX_BUFFERFLAG_ENDOFFRAME can be used to indicate end of a NAL unit.
571 buffer->nFlags = OMX_BUFFERFLAG_ENDOFFRAME;
    [all...]
OMXVideoEncoderAVC.cpp 532 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
    [all...]
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 677 4 + sizeof(buffer_handle_t), OMX_BUFFERFLAG_ENDOFFRAME,
720 /*length*/ 0, OMX_BUFFERFLAG_ENDOFFRAME | OMX_BUFFERFLAG_EOS,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 370 outHeader->nFlags = OMX_BUFFERFLAG_ENDOFFRAME;
  /frameworks/native/include/media/openmax/
OMX_Core.h 380 #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Core.h 363 #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 363 #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Core.h 363 #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 363 #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Core.h 380 #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 363 #define OMX_BUFFERFLAG_ENDOFFRAME 0x00000010
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 526 outHeader->nFlags = OMX_BUFFERFLAG_ENDOFFRAME;
SoftAACEncoder2.cpp 617 outHeader->nFlags = OMX_BUFFERFLAG_ENDOFFRAME;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 425 outHeader->nFlags = OMX_BUFFERFLAG_ENDOFFRAME;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 731 outHeader->nFlags |= (inputBufInfo->mFlags | OMX_BUFFERFLAG_ENDOFFRAME);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 826 pBuf->nFlags = OMX_BUFFERFLAG_ENDOFFRAME;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 899 outHeader->nFlags |= (inputBufInfo->mFlags | OMX_BUFFERFLAG_ENDOFFRAME);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]

Completed in 322 milliseconds

1 2