HomeSort by relevance Sort by last modified time
    Searched refs:nAllowedPictureTypes (Results 1 - 15 of 15) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Video.h 482 * nAllowedPictureTypes : Specifies the picture types allowed in the
502 OMX_U32 nAllowedPictureTypes;
649 * nAllowedPictureTypes : Specifies the picture types allowed in the bitstream
670 OMX_U32 nAllowedPictureTypes;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Video.h 500 * nAllowedPictureTypes : Specifies the picture types allowed in the
520 OMX_U32 nAllowedPictureTypes;
667 * nAllowedPictureTypes : Specifies the picture types allowed in the bitstream
688 OMX_U32 nAllowedPictureTypes;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h 482 * nAllowedPictureTypes : Specifies the picture types allowed in the
502 OMX_U32 nAllowedPictureTypes;
649 * nAllowedPictureTypes : Specifies the picture types allowed in the bitstream
670 OMX_U32 nAllowedPictureTypes;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 482 * nAllowedPictureTypes : Specifies the picture types allowed in the
502 OMX_U32 nAllowedPictureTypes;
649 * nAllowedPictureTypes : Specifies the picture types allowed in the bitstream
670 OMX_U32 nAllowedPictureTypes;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 482 * nAllowedPictureTypes : Specifies the picture types allowed in the
502 OMX_U32 nAllowedPictureTypes;
649 * nAllowedPictureTypes : Specifies the picture types allowed in the bitstream
670 OMX_U32 nAllowedPictureTypes;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 356 h263type->nAllowedPictureTypes =
379 mpeg4type->nAllowedPictureTypes =
545 (h263type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
567 (mpeg4type->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) ||
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 309 m_sParamMPEG4.nAllowedPictureTypes = 2; // pframe and iframe
321 m_sParamH263.nAllowedPictureTypes = 2;
342 m_sParamAVC.nAllowedPictureTypes = 2;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 490 avcParams->nAllowedPictureTypes =
650 (avcType->nAllowedPictureTypes & OMX_VIDEO_PictureTypeB) != 0 ||
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp 1014 h263type.nAllowedPictureTypes =
1019 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
SEC_OMX_Mpeg4enc.c     [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 454 h263.nAllowedPictureTypes = 2;
512 // mp4.nAllowedPictureTypes = 2; // pframe and iframe
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 857 pAppData->pH264->nAllowedPictureTypes = -1;
    [all...]

Completed in 49 milliseconds