Home
last modified time | relevance | path

Searched refs:iNumFrames (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/omx/omx_h264enc/include/
Davc_enc.h118 int iNumFrames; variable
/external/opencore/codecs_v2/video/avc_h264/enc/include/
Dpvavcencoder.h124 int iNumFrames; variable
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dpvavcencoder.cpp1023 iNumFrames = num_buffers; in AVC_DPBAlloc()
1055 if (indx < iNumFrames) in AVC_FrameUnbind()
1066 if ((iFrameUsed[indx] == true) || (indx >= iNumFrames)) in AVC_FrameBind()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h471 uint32 iNumFrames; member
Dpvmp4ffcn_node.cpp1993 iStats[i].iTrackId, iStats[i].iNumFrames, iStats[i].iDuration)); in RenderToFile()
2684 ++(stats->iNumFrames); in AddMemFragToTrack()
2799 ++(stats->iNumFrames); in AddMemFragToTrack()
2881 ++(stats->iNumFrames); in AddMemFragToTrack()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Davc_enc.cpp832 iNumFrames = num_buffers; in AVC_DPBAlloc()