HomeSort by relevance Sort by last modified time
    Searched refs:aBitRate (Results 1 - 19 of 19) sorted by null

  /external/opencore/nodes/common/include/
pvmf_audio_encnode_extension.h 90 * @param aBitRate Bitrate in bits per second.
93 virtual PVMFStatus SetOutputBitRate(uint32 aBitRate) = 0;
112 * @param aBitRate Bitrate in bits per second.
115 virtual PVMFStatus SetOutputBitRate(PVMF_GSMAMR_Rate aBitRate) = 0;
pvmfamrencnode_extension.h 81 * @param aBitRate Bitrate in bits per second.
84 virtual PVMFStatus SetOutputBitRate(PVMF_GSMAMR_Rate aBitRate) = 0;
pvmp4h263encextension.h 94 * @param aBitRate Bitrate for the specified layer in bits per second.
97 virtual bool SetOutputBitRate(uint32 aLayer, uint32 aBitRate) = 0;
pvmf_media_presentation_info.h 180 void setTrackBitRate(uint32 aBitRate)
182 iTrackBitRate = aBitRate;
  /external/opencore/codecs_v2/video/avc_h264/enc/include/
pvavcencoder.h 50 OSCL_IMPORT_REF virtual TAVCEI_RETVAL UpdateBitRate(int32* aBitRate);
pvavcencoderinterface.h 355 while encoding. aBitRate[n] is the new accumulate target bit rate of layer n.
356 \parm aBitRate is an array of the new target bit rates, size of array is the number of layers.
358 virtual TAVCEI_RETVAL UpdateBitRate(int32* aBitRate) = 0;
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
cvei.h 397 while encoding. aBitRate[n] is the new accumulate target bit rate of layer n.
399 virtual TCVEI_RETVAL UpdateBitRate(int32 aNumLayer, int32 *aBitRate) = 0;
pvm4vencoder.h 126 OSCL_IMPORT_REF virtual TCVEI_RETVAL UpdateBitRate(int32 aNumLayer, int32 *aBitRate);
  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_extension_interface.cpp 39 uint32 aBitRate,
46 aBitRate,
pvmf_jitter_buffer_node.cpp 895 uint32 aBitRate,
900 return SetPortParams(aPort, aTimeScale, aBitRate, aConfig, aRateAdaptation,
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/include/
pvmf_jitter_buffer_node.h 192 uint32 aBitRate,
261 uint32 aBitRate,
268 uint32 aBitRate,
pvmf_jitter_buffer_ext_interface.h 57 uint32 aBitRate,
pvmf_jitter_buffer_internal.h 136 uint32 aBitRate,
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.h     [all...]
pvmf_omx_enc_node.cpp     [all...]
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
pvavcencoder.cpp 667 OSCL_EXPORT_REF TAVCEI_RETVAL PVAVCEncoder::UpdateBitRate(int32 *aBitRate)
669 if (PVAVCEncUpdateBitRate(&iAvcHandle, aBitRate[0]) == AVCENC_SUCCESS)
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
pvm4vencoder.cpp     [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 837 uint32 aBitRate = iMP4FileHandle->getTrackAverageBitrate(iIdList[i]);
838 tmpTrackInfo.setTrackBitRate(aBitRate);
    [all...]

Completed in 837 milliseconds