Searched refs:aCodec (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/common/include/ |
D | pvmp4h263encextension.h | 196 virtual bool SetCodec(PVMFFormatType aCodec) in SetCodec() argument 198 OSCL_UNUSED_ARG(aCodec); in SetCodec()
|
/external/opencore/protocols/systems/common/include/ |
D | tsc.h | 52 PVCodecType_t aCodec, 56 PVCodecType_t aCodec,
|
/external/opencore/engines/2way/src/ |
D | pv_2way_engine.cpp | 4147 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 …]
|
D | pv_2way_engine.h | 775 PVCodecType_t aCodec, 918 PVCodecType_t aCodec,
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 8477 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 …]
|
D | pvmf_omx_enc_node.h | 1008 OSCL_IMPORT_REF bool SetCodec(PVMFFormatType aCodec); 1012 PVMFStatus SetCodecType(PVMFFormatType aCodec);
|