HomeSort by relevance Sort by last modified time
    Searched full:memval (Results 1 - 1 of 1) sorted by null

  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 401 M4MP4W_memAddr memval; local
444 memval.addr = (M4OSA_MemAddr32)optionValue;
446 memval.size = 16;
448 apContext->pMP4Context,M4MP4W_embeddedString, &memval);
461 memval.addr = (M4OSA_MemAddr32)optionValue;
463 memval.size = strlen((const char *)optionValue);
465 apContext->pMP4Context,M4MP4W_integrationTag, &memval);
    [all...]

Completed in 416 milliseconds