Home
last modified time | relevance | path

Searched refs:aLayer (Results 1 – 17 of 17) sorted by relevance

/external/opencore/nodes/common/include/
Dpvmp4h263encextension.h97 virtual bool SetOutputBitRate(uint32 aLayer, uint32 aBitRate) = 0;
106 virtual bool SetOutputFrameSize(uint32 aLayer, uint32 aWidth, uint32 aHeight) = 0;
114 virtual bool SetOutputFrameRate(uint32 aLayer, OsclFloat aFrameRate) = 0;
122 virtual bool SetSegmentTargetSize(uint32 aLayer, uint32 aSizeBytes) = 0;
130 virtual bool SetRateControlType(uint32 aLayer, PVMFVENRateControlType aRateControl) = 0;
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtsc_h324m_config.h55 … PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
56 …PVMFCommandId SetMaxSduSizeR(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
62 PVMFCommandId SetALConfiguration(TPVMediaType_t aMediaType, TPVAdaptationLayer aLayer,
145 … PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
146 …PVMFCommandId SetMaxSduSizeR(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextData = NULL);
151 PVMFCommandId SetALConfiguration(TPVMediaType_t aMediaType, TPVAdaptationLayer aLayer,
Dtsc_h324m_config_interface.h104 virtual PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize,
120 virtual PVMFCommandId SetMaxSduSizeR(TPVAdaptationLayer aLayer,
186 TPVAdaptationLayer aLayer,
/external/opencore/codecs_v2/video/avc_h264/enc/include/
Dpvavcencoder.h55 OSCL_IMPORT_REF virtual int32 GetEncodeWidth(int32 aLayer);
56 OSCL_IMPORT_REF virtual int32 GetEncodeHeight(int32 aLayer);
57 OSCL_IMPORT_REF virtual OsclFloat GetEncodeFrameRate(int32 aLayer);
Dpvavcencoderinterface.h380 virtual int32 GetEncodeWidth(int32 aLayer) = 0;
386 virtual int32 GetEncodeHeight(int32 aLayer) = 0;
392 virtual OsclFloat GetEncodeFrameRate(int32 aLayer) = 0;
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dcvei.h415 virtual int32 GetEncodeWidth(int32 aLayer) = 0;
419 virtual int32 GetEncodeHeight(int32 aLayer) = 0;
422 virtual float GetEncodeFrameRate(int32 aLayer) = 0;
Dpvm4vencoder.h134 OSCL_IMPORT_REF virtual int32 GetEncodeWidth(int32 aLayer);
135 OSCL_IMPORT_REF virtual int32 GetEncodeHeight(int32 aLayer);
136 OSCL_IMPORT_REF virtual float GetEncodeFrameRate(int32 aLayer);
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1005 OSCL_IMPORT_REF bool SetOutputBitRate(uint32 aLayer, uint32 aBitRate);
1006 OSCL_IMPORT_REF bool SetOutputFrameSize(uint32 aLayer, uint32 aWidth, uint32 aHeight);
1007 OSCL_IMPORT_REF bool SetOutputFrameRate(uint32 aLayer, OsclFloat aFrameRate);
1008 OSCL_IMPORT_REF bool SetSegmentTargetSize(uint32 aLayer, uint32 aSizeBytes);
1009 OSCL_IMPORT_REF bool SetRateControlType(uint32 aLayer, PVMFVENRateControlType aRateControl);
1046 uint32 GetOutputBitRate(uint32 aLayer);
1047 OsclFloat GetOutputFrameRate(uint32 aLayer);
1048 PVMFStatus GetOutputFrameSize(uint32 aLayer, uint32& aWidth, uint32& aHeight);
Dpvmf_omx_enc_node.cpp8383 OSCL_EXPORT_REF bool PVMFOMXEncNode::SetOutputBitRate(uint32 aLayer, uint32 aBitRate) in SetOutputBitRate() argument
8396 if ((int32)aLayer >= iVideoEncodeParam.iNumLayer) in SetOutputBitRate()
8403 iVideoEncodeParam.iBitRate[aLayer] = aBitRate; in SetOutputBitRate()
8408 OSCL_EXPORT_REF bool PVMFOMXEncNode::SetOutputFrameSize(uint32 aLayer, uint32 aWidth, uint32 aHeigh… in SetOutputFrameSize() argument
8422 if ((int32)aLayer >= iVideoEncodeParam.iNumLayer) in SetOutputFrameSize()
8429 iVideoEncodeParam.iFrameWidth[aLayer] = aWidth; in SetOutputFrameSize()
8430 iVideoEncodeParam.iFrameHeight[aLayer] = aHeight; in SetOutputFrameSize()
8435 OSCL_EXPORT_REF bool PVMFOMXEncNode::SetOutputFrameRate(uint32 aLayer, OsclFloat aFrameRate) in SetOutputFrameRate() argument
8449 if ((int32)aLayer >= iVideoEncodeParam.iNumLayer) in SetOutputFrameRate()
8456 iVideoEncodeParam.iFrameRate[aLayer] = OSCL_STATIC_CAST(float, aFrameRate); in SetOutputFrameRate()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_h324m_config.cpp318 TPVAdaptationLayer aLayer, in PVH324MessageSetALConfiguration() argument
324 iLayer(aLayer), in PVH324MessageSetALConfiguration()
615 PVMFCommandId H324MConfig::SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContextD… in SetMaxSduSize() argument
618 iH324M->SetSduSize(OUTGOING, (uint16)aSize, aLayer); in SetMaxSduSize()
623 PVMFCommandId H324MConfig::SetMaxSduSizeR(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aContext… in SetMaxSduSizeR() argument
626 iH324M->SetSduSize(INCOMING, (uint16)aSize, aLayer); in SetMaxSduSizeR()
671 PVMFCommandId H324MConfig::SetALConfiguration(TPVMediaType_t aMediaType, TPVAdaptationLayer aLayer, in SetALConfiguration() argument
675 iH324M->SetAlConfig(aMediaType, aLayer, aAllow); in SetALConfiguration()
1087 PVMFCommandId H324MConfigProxied::SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize, OsclAny* aC… in SetMaxSduSize() argument
1090 cmd = OSCL_NEW(PVH324MessageSetMaxSduSize, (aLayer, aSize, aContextData, iCommandId)); in SetMaxSduSize()
[all …]
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpv_2way_h324m_interface.h80 virtual PVCommandId SetMaxSduSize(PVH223AdaptationLayer aLayer,
97 virtual PVCommandId SetMaxSduSizeR(PVH223AdaptationLayer aLayer,
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dpvm4vencoder.cpp1004 OSCL_EXPORT_REF int32 CPVM4VEncoder::GetEncodeWidth(int32 aLayer) in GetEncodeWidth() argument
1006 return (int32)iEncWidth[aLayer]; in GetEncodeWidth()
1009 OSCL_EXPORT_REF int32 CPVM4VEncoder::GetEncodeHeight(int32 aLayer) in GetEncodeHeight() argument
1011 return (int32)iEncHeight[aLayer]; in GetEncodeHeight()
1014 OSCL_EXPORT_REF float CPVM4VEncoder::GetEncodeFrameRate(int32 aLayer) in GetEncodeFrameRate() argument
1016 return iEncFrameRate[aLayer]; in GetEncodeFrameRate()
1020 Int aSize, aLayer = layer; in GetVolHeader() local
1026 if (PVGetVolHeader(&iEncoderControl, (UChar*)volHeader, &aSize, aLayer) == PV_FALSE) in GetVolHeader()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dpvavcencoder.cpp703 OSCL_EXPORT_REF int32 PVAVCEncoder::GetEncodeWidth(int32 aLayer) in GetEncodeWidth() argument
705 OSCL_UNUSED_ARG(aLayer); in GetEncodeWidth()
710 OSCL_EXPORT_REF int32 PVAVCEncoder::GetEncodeHeight(int32 aLayer) in GetEncodeHeight() argument
712 OSCL_UNUSED_ARG(aLayer); in GetEncodeHeight()
717 OSCL_EXPORT_REF OsclFloat PVAVCEncoder::GetEncodeFrameRate(int32 aLayer) in GetEncodeFrameRate() argument
719 OSCL_UNUSED_ARG(aLayer); in GetEncodeFrameRate()
/external/webkit/WebCore/platform/graphics/mac/
DWebTiledLayer.mm106 - (void)setLayerOwner:(GraphicsLayer*)aLayer
108 m_layerOwner = aLayer;
DWebLayer.mm169 - (void)setLayerOwner:(GraphicsLayer*)aLayer
171 m_layerOwner = aLayer;
/external/opencore/codecs_v2/omx/omx_m4v/include/
Dmpeg4_dec.h51 OMX_S32 GetVideoHeader(int32 aLayer, uint8 *aBuf, int32 aMaxSize);
/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp331 OMX_S32 Mpeg4Decoder_OMX::GetVideoHeader(int32 aLayer, uint8* aBuf, int32 aMaxSize) in GetVideoHeader() argument
333 OSCL_UNUSED_ARG(aLayer); in GetVideoHeader()