Home
last modified time | relevance | path

Searched refs:encWidth (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp434 int32_t encWidth, encHeight; in APacketSource() local
436 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight); in APacketSource()
442 width = encWidth; in APacketSource()
530 int32_t encWidth, encHeight; in APacketSource() local
533 params.c_str(), &encWidth, &encHeight); in APacketSource()
541 width = encWidth; in APacketSource()
/frameworks/av/media/module/codecs/m4v_h263/fuzzer/
DREADME.md66 1. Frame Width (parameter name: `encWidth`)
103 | `encWidth` | In the range `0 to 10239` | All the bits of 1st and 2nd byte of data |
111 | `encWidth` | 0. `128` 1. `176` 2. `352` 3. `704` 4. `1408` | All the bits of 1st byte of data mod…
Dmpeg4_h263_enc_fuzzer.cpp114 mEncodeHandle->encWidth[0] = mFrameWidth; in initEncoder()
/frameworks/av/media/module/codecs/m4v_h263/enc/include/
Dmp4enc_api.h172 Int encWidth[2]; member
/frameworks/av/media/module/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp146 encParams.encWidth[0] = width; in main()
DMpeg4H263EncoderTest.cpp136 mEncodeHandle->encWidth[0] = mFrameWidth; in initEncoderParams()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp122 mEncParams->encWidth[0] = mWidth; in initEncParams()
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp464 switch (encOption->encWidth[0]) in PVInitVideoEncoder()
494 if (encOption->encHeight[i] == 0 || encOption->encWidth[i] == 0 || in PVInitVideoEncoder()
495 encOption->encHeight[i] % 16 != 0 || encOption->encWidth[i] % 16 != 0) in PVInitVideoEncoder()
498 encParams->LayerWidth[i] = encOption->encWidth[i]; in PVInitVideoEncoder()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp407 mEncParams->encWidth[0] = mSize->width; in initEncParams()