OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pVol
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
194
Vol *
pVol
;
857
pVol
= video->vol[idx];
862
pVol
->volID = idx; /* Set VOL ID */
863
pVol
->shortVideoHeader = pEncParams->H263_Enabled; /*Short Header */
864
pVol
->GOVStart = pEncParams->GOV_Enabled; /* GOV Header */
865
pVol
->timeIncrementResolution = video->encParams->TimeIncrementRes;
866
pVol
->nbitsTimeIncRes = 1;
867
while (
pVol
->timeIncrementResolution > (1 <<
pVol
->nbitsTimeIncRes))
[
all
...]
/frameworks/av/libvideoeditor/vss/common/inc/
M4VD_EXTERNAL_Interface.h
33
M4OSA_UInt8*
pVol
, M4OSA_Int32 aVolSize,
/frameworks/av/libvideoeditor/vss/src/
M4VD_EXTERNAL_BitstreamParser.c
98
M4OSA_ERR M4DECODER_EXTERNAL_ParseVideoDSI(M4OSA_UInt8*
pVol
, M4OSA_Int32 aVolSize,
134
parsingCtxt.in = (M4OSA_Int8 *)
pVol
;
136
start = (M4OSA_Int8 *)
pVol
;
/external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java
282
BoundingVolume
pVol
= playerModel.getWorldBound();
285
if (
pVol
.intersects(vVol)){
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
240
M4OSA_ERR VideoEditorVideoDecoder_internalParseVideoDSI(M4OSA_UInt8*
pVol
,
276
parsingCtxt.in = (M4OSA_MemAddr8)
pVol
;
278
start = (M4OSA_MemAddr8)
pVol
;
[
all
...]
Completed in 136 milliseconds