OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SsbSipMfcDecGetInBuf
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
SsbSipMfcApi.h
302
void *
SsbSipMfcDecGetInBuf
(void *openHandle, void **phyInBuf, int inputBufferSize);
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c
304
void *
SsbSipMfcDecGetInBuf
(void *openHandle, void **phyInBuf, int inputBufferSize)
311
LOGE("
SsbSipMfcDecGetInBuf
: inputBufferSize = %d is invalid\n", inputBufferSize);
316
LOGE("
SsbSipMfcDecGetInBuf
: openHandle is NULL\n");
327
LOGE("
SsbSipMfcDecGetInBuf
: IOCTL_MFC_GET_IN_BUF failed\n");
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
SEC_OMX_H264dec.c
805
pStreamBuffer =
SsbSipMfcDecGetInBuf
(hMFCHandle, &pStreamPhyBuffer, DEFAULT_MFC_INPUT_BUFFER_SIZE * MFC_INPUT_BUFFER_NUM_MAX);
[
all
...]
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
SEC_OMX_Mpeg4dec.c
[
all
...]
Completed in 656 milliseconds