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

  /hardware/qcom/msm8960/kernel-headers/linux/mfd/
msm-adie-codec.h 79 int codec_id; member in struct:adie_codec_operations
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
msm-adie-codec.h 100 int codec_id; member in struct:adie_codec_operations
  /hardware/qcom/msm8x74/kernel-headers/linux/mfd/
msm-adie-codec.h 79 int codec_id; member in struct:adie_codec_operations
  /hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
msm-adie-codec.h 100 int codec_id; member in struct:adie_codec_operations
  /external/chromium_org/media/filters/
stream_parser_factory.cc 105 static int GetMP4AudioObjectType(const std::string& codec_id,
109 if (Tokenize(codec_id, ".", &tokens) != 3 ||
112 MEDIA_LOG(log_cb) << "Malformed mimetype codec '" << codec_id << "'";
120 bool ValidateMP4ACodecID(const std::string& codec_id, const LogCB& log_cb) {
121 int audio_object_type = GetMP4AudioObjectType(codec_id, log_cb);
129 << " in codec '" << codec_id << "'"; local
176 std::string codec_id = codecs[i]; local
177 if (MatchPattern(codec_id, kMPEG2AACLCCodecInfo.pattern)) {
179 } else if (MatchPattern(codec_id, kMPEG4AACCodecInfo.pattern)) {
180 int audio_object_type = GetMP4AudioObjectType(codec_id, log_cb)
225 std::string codec_id = codecs[i]; local
356 std::string codec_id = codecs[j]; local
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 530 int codec_id; local
551 codec_id = nestegg_track_codec_id(input->nestegg_ctx, i);
552 if (codec_id == NESTEGG_CODEC_VP8) {
554 } else if (codec_id == NESTEGG_CODEC_VP9) {
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 228 struct ebml_type codec_id; member in struct:track_entry
404 E_FIELD(ID_CODEC_ID, TYPE_STRING, struct track_entry, codec_id),
1660 char * codec_id; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ac97_codec.h 591 unsigned int codec_id; /* codec id (if any), 0 = accept all */ member in struct:ac97_quirk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ac97_codec.h 591 unsigned int codec_id; /* codec id (if any), 0 = accept all */ member in struct:ac97_quirk

Completed in 712 milliseconds