HomeSort by relevance Sort by last modified time
    Searched refs:temp32 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
l_comp.cpp 149 Word32 temp32; local
156 temp32 = L_mac(L_32, lo, 1, pOverflow);
161 return (temp32); /* = hi<<16 + lo<<1 */
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 1097 uint32 temp32; local
1139 ReadBits(psBits, 32, &temp32); /* num_unit_in_tick*/
1140 ReadBits(psBits, 32, &temp32); /* time_scale */
1152 ReadBits(psBits, 1, &temp32); /* vcl_hrd_parameters_present_flag*/
1153 if (temp32)
1160 if (temp || temp32)
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 177 uint temp32; local
231 BitstreamReadBits(stream, 32, &temp32);
233 BitstreamReadBits(stream, 32, &temp32);
    [all...]

Completed in 78 milliseconds