Searched refs:sps (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_m4v_config_parser.cpp804 uint8* sps = NULL; local
811 sps = temp; // Make a copy of the original pointer to be freed later
813 oscl_memcpy(sps, buffer, length);
829 if (sps[0] == 0 && sps[1] == 0)
832 while (sps[i++] == 0 && i < length)
836 if (sps[i-1] == 1)
838 sps += i;
842 while (!(sps[sps_length] == 0 && sps[sps_lengt
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c1331 if (pComponentPrivate->sps) {
1332 free(pComponentPrivate->sps);
1333 pComponentPrivate->sps = NULL;
2854 pComponentPrivate->sps = malloc(4 + pBufHead->nFilledLen);
2856 memcpy(pComponentPrivate->sps, "\x00\x00\x00\x01", 4);
2857 memcpy(pComponentPrivate->sps + 4, pBufHead->pBuffer, pBufHead->nFilledLen);
2864 if (pComponentPrivate->sps == NULL ||
2871 pComponentPrivate->sps, pComponentPrivate->spsLen);
2875 free(pComponentPrivate->sps);
2876 pComponentPrivate->sps
[all...]
H A DOMX_VideoEncoder.c387 pComponentPrivate->sps = NULL;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h617 unsigned char *sps; member in struct:VIDENC_COMPONENT_PRIVATE

Completed in 338 milliseconds