OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iPVCapabilityFlags
(Results
1 - 16
of
16
) sorted by null
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c
259
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE; /* this should be true always for TI components */
260
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
261
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
262
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE; /* experiment with this */
263
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_FALSE; /* experiment with this */
264
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE; /* used only for H.264, leave this as false */
265
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE; /* experiment with this */
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c
251
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE;
252
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE;
253
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
254
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
255
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
256
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_FALSE;
257
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h
668
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c
246
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE;
247
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE;
248
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
249
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
250
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
251
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_FALSE;
252
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c
249
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE;
250
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE;
251
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
252
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
253
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
254
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_TRUE;
255
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_TRUE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c
249
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE;
250
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE;
251
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
252
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
253
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
256
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_FALSE;
257
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c
263
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE;
264
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
265
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
266
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
267
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_FALSE;
268
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE;
269
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c
248
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE;
249
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE;
250
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
251
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
252
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
253
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_FALSE;
254
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_FALSE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c
229
pComponentPrivate->
iPVCapabilityFlags
.iIsOMXComponentMultiThreaded = OMX_TRUE;
230
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentNeedsNALStartCode = OMX_FALSE;
231
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalOutputBufferAlloc = OMX_FALSE;
232
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsExternalInputBufferAlloc = OMX_FALSE;
233
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsMovableInputBuffers = OMX_FALSE;
234
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentSupportsPartialFrames = OMX_FALSE;
235
pComponentPrivate->
iPVCapabilityFlags
.iOMXComponentCanHandleIncompleteFrames = OMX_TRUE;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h
850
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h
938
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h
604
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h
773
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h
928
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h
765
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h
863
PV_OMXComponentCapabilityFlagsType
iPVCapabilityFlags
;
[
all
...]
Completed in 68 milliseconds