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

  /external/opencore/codecs_v2/video/avc_h264/enc/include/
pvavcencoder.h 45 OSCL_IMPORT_REF virtual TAVCEI_RETVAL GetParameterSet(uint8* paramSet, int32* size, int* nalType);
pvavcencoderinterface.h 334 \parm nalType is the NAL type according to the standard.
337 virtual TAVCEI_RETVAL GetParameterSet(uint8* paramSet, int32* size, int *nalType) = 0;
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 260 int nalType;
265 &nalType, &nalRefIdc);
276 switch (nalType) {
425 LOGE("Should not be here, unknown nalType %d", nalType);
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
pvavcencoder.cpp 480 int nalType;
546 iEncStatus = PVAVCEncodeNAL(&iAvcHandle, (uint8*)aVidOut->iBitstream, &Size, &nalType);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]

Completed in 107 milliseconds