OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConfigNalSize
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp
156
memset(&
mConfigNalSize
, 0, sizeof(
mConfigNalSize
));
157
SetTypeHeader(&
mConfigNalSize
, sizeof(
mConfigNalSize
));
158
mConfigNalSize
.nPortIndex = OUTPORT_INDEX;
159
mConfigNalSize
.nNaluBytes = 0;
235
mAVCParams->maxSliceSize =
mConfigNalSize
.nNaluBytes * 8;
[
all
...]
OMXVideoEncoderAVC.h
110
OMX_VIDEO_CONFIG_NALSIZE
mConfigNalSize
;
Completed in 574 milliseconds