HomeSort by relevance Sort by last modified time
    Searched refs:CodecID (Results 1 - 8 of 8) 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/libvpx/third_party/libmkv/
WebMElement.c 56 char *codecId, unsigned int pixelWidth, unsigned int pixelHeight,
66 Ebml_SerializeString(glob, CodecID, codecId);
78 char *codecId, double samplingFrequency, unsigned int channels,
91 Ebml_SerializeString(glob, CodecID, codecId);
159 if (track.CodecID != 0)
160 Ebml_SerializeString(ebml_out, 0x86, track.CodecID);
EbmlIDs.h 106 CodecID = 0x86,
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 196 Ebml_SerializeString(&ebml_writer_, CodecID, "V_VP8");
  /external/libvpx/libvpx/
webmenc.c 196 Ebml_SerializeString(glob, CodecID,

Completed in 491 milliseconds