HomeSort by relevance Sort by last modified time
    Searched defs:initbufsize (Results 1 - 4 of 4) sorted by null

  /external/opencore/codecs_v2/utilities/pv_config_parser/src/
pv_video_config_parser.cpp 121 int initbufsize = aInputs->inBytes; local
126 length = GetNAL_Config(&tmp_ptr, &initbufsize);
133 while (initbufsize > 0);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 122 int initbufsize = aInputs->inBytes; local
127 length = GetNAL_Config(&tmp_ptr, &initbufsize);
134 while (initbufsize > 0);
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 375 uint32 initbufsize = (int32) DataFrag.getMemFragSize(); local
377 iLATMConfigBufferSize = initbufsize;
1748 uint32 initbufsize = 0; local
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 1164 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); local
1201 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); local
1220 int32 initbufsize = (int32)((PVMFOMXDecPort*)iInPort)->getTrackConfigSize(); local
    [all...]

Completed in 750 milliseconds