Home
last modified time | relevance | path

Searched refs:aCodec (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/common/include/
Dpvmp4h263encextension.h196 virtual bool SetCodec(PVMFFormatType aCodec) in SetCodec() argument
198 OSCL_UNUSED_ARG(aCodec); in SetCodec()
/external/opencore/protocols/systems/common/include/
Dtsc.h52 PVCodecType_t aCodec,
56 PVCodecType_t aCodec,
/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp4147 PVCodecType_t aCodec, in EstablishChannel() argument
4152 aDir, aId, aCodec)); in EstablishChannel()
4154 PV2WayMediaType media_type = ::GetMediaType(aCodec); in EstablishChannel()
4156 PVMFFormatType aFormatType = PVCodecTypeToPVMFFormatType(aCodec); in EstablishChannel()
4184 uint32 audioLatency = LookupMioLatency(PVCodecTypeToPVMFFormatType(aCodec), true); in EstablishChannel()
4199 uint32 videoLatency = LookupMioLatency(PVCodecTypeToPVMFFormatType(aCodec), false); in EstablishChannel()
4243 (0, "CPV324m2Way::EstablishChannel Failed to lookup codec=%d\n", aCodec)); in EstablishChannel()
4283 PVCodecType_t aCodec, in OutgoingChannelEstablished() argument
4289 aId, aCodec, aFormatSpecificInfo, aFormatSpecificInfoLen)); in OutgoingChannelEstablished()
4290 EstablishChannel(OUTGOING, aId, aCodec, aFormatSpecificInfo, aFormatSpecificInfoLen); in OutgoingChannelEstablished()
[all …]
Dpv_2way_engine.h775 PVCodecType_t aCodec,
918 PVCodecType_t aCodec,
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp8477 OSCL_EXPORT_REF bool PVMFOMXEncNode::SetCodec(PVMFFormatType aCodec) in SetCodec() argument
8480 (0, "PVMFOMXEncNode-%s::SetCodec %s", iNodeTypeId, aCodec.getMIMEStrPtr())); in SetCodec()
8482 if (SetCodecType(aCodec) == PVMFSuccess) in SetCodec()
8495 PVMFStatus PVMFOMXEncNode::SetCodecType(PVMFFormatType aCodec) in SetCodecType() argument
8498 … (0, "PVMFOMXEncNode-%s::SetCodecType: aCodec=%s", iNodeTypeId, aCodec.getMIMEStrPtr())); in SetCodecType()
8512 if (aCodec == PVMF_MIME_H2631998) in SetCodecType()
8516 else if (aCodec == PVMF_MIME_H2632000) in SetCodecType()
8520 else if (aCodec == PVMF_MIME_M4V) in SetCodecType()
8524 else if (aCodec == PVMF_MIME_H264_VIDEO_RAW || in SetCodecType()
8525 aCodec == PVMF_MIME_H264_VIDEO_MP4) in SetCodecType()
[all …]
Dpvmf_omx_enc_node.h1008 OSCL_IMPORT_REF bool SetCodec(PVMFFormatType aCodec);
1012 PVMFStatus SetCodecType(PVMFFormatType aCodec);