OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pesBuffers
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
LogDumpHelper.h
251
uint32_t dumpLength = log_helper_min(buf->
pesBuffers
[i].pesSize, MAX_BUFFER_DUMP_LENGTH) ;
254
buf->data + buf->
pesBuffers
[i].pesDataOffset, dumpLength) ;
257
i, buf->
pesBuffers
[i].streamCounter, buf->
pesBuffers
[i].inputCounter,
258
buf->
pesBuffers
[i].pesDataOffset, buf->
pesBuffers
[i].pesSize, str) ;
/hardware/intel/common/omx-components/videocodec/
ProtectedDataBuffer.h
117
ProtectedPESBuffer
pesBuffers
[MAX_PES_PACKETS_PER_FRAME + 1] ;
119
// Number of filled-out entries in
pesBuffers
array.
Completed in 2719 milliseconds