Searched refs:codec_id (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmdec.c62 int codec_id; local
83 codec_id = nestegg_track_codec_id(webm_ctx->nestegg_ctx, i);
84 if (codec_id == NESTEGG_CODEC_VP8) {
86 } else if (codec_id == NESTEGG_CODEC_VP9) {
/hardware/qcom/msm8960/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h79 int codec_id; member in struct:adie_codec_operations
/hardware/qcom/msm8x74/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h79 int codec_id; member in struct:adie_codec_operations
/hardware/qcom/msm8x84/kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h79 int codec_id; member in struct:adie_codec_operations
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h100 int codec_id; member in struct:adie_codec_operations
/hardware/qcom/msm8x74/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h100 int codec_id; member in struct:adie_codec_operations
/hardware/qcom/msm8x84/original-kernel-headers/linux/mfd/
H A Dmsm-adie-codec.h100 int codec_id; member in struct:adie_codec_operations
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c235 struct ebml_type codec_id; member in struct:track_entry
418 E_FIELD(ID_CODEC_ID, TYPE_STRING, struct track_entry, codec_id),
1979 char * codec_id; local
1986 if (ne_get_string(entry->codec_id, &codec_id) != 0)
1989 if (strcmp(codec_id, TRACK_ID_VP8) == 0)
1992 if (strcmp(codec_id, TRACK_ID_VP9) == 0)
1995 if (strcmp(codec_id, TRACK_ID_VORBIS) == 0)
1998 if (strcmp(codec_id, TRACK_ID_OPUS) == 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp333 void set_codec_id(const char* codec_id);
334 const char* codec_id() const { return codec_id_; } function in class:mkvmuxer::Track
H A Dmkvmuxer.cpp749 void Track::set_codec_id(const char* codec_id) { argument
750 if (codec_id) {
753 const size_t length = strlen(codec_id) + 1;
757 strcpy_s(codec_id_, length, codec_id);
759 strcpy(codec_id_, codec_id);

Completed in 407 milliseconds