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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
memalign.h 29 extern void *mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID);
30 extern void mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
mem_align.h 29 extern void *mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID);
30 extern void mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
memalign.c 40 mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID)
50 ret = pMemop->Alloc(CodecID, &MemInfo);
55 pMemop->Set(CodecID, mem_ptr, 0, size + 1);
65 ret = pMemop->Alloc(CodecID, &MemInfo);
71 pMemop->Set(CodecID, tmp, 0, size + alignment);
96 mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID)
108 pMemop->Free(CodecID, ptr);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
mem_align.c 40 mem_malloc(VO_MEM_OPERATOR *pMemop, unsigned int size, unsigned char alignment, unsigned int CodecID)
50 ret = pMemop->Alloc(CodecID, &MemInfo);
55 pMemop->Set(CodecID, mem_ptr, 0, size + 1);
65 ret = pMemop->Alloc(CodecID, &MemInfo);
71 pMemop->Set(CodecID, tmp, 0, size + alignment);
96 mem_free(VO_MEM_OPERATOR *pMemop, void *mem_ptr, unsigned int CodecID)
108 pMemop->Free(CodecID, ptr);
  /external/libvpx/libmkv/
WebMElement.c 59 char *codecId, unsigned int pixelWidth, unsigned int pixelHeight,
70 Ebml_SerializeString(glob, CodecID, codecId);
82 char *codecId, double samplingFrequency, unsigned int channels,
96 Ebml_SerializeString(glob, CodecID, codecId);
165 if (track.CodecID != 0)
166 Ebml_SerializeString(ebml_out, 0x86, track.CodecID);
EbmlIDs.h 107 CodecID = 0x86,
  /external/libvpx/
vpxenc.c 643 Ebml_SerializeString(glob, CodecID, "V_VP8");
    [all...]

Completed in 89 milliseconds