Searched refs:encWidth (Results 1 – 9 of 9) sorted by relevance
434 int32_t encWidth, encHeight; in APacketSource() local436 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight); in APacketSource()442 width = encWidth; in APacketSource()530 int32_t encWidth, encHeight; in APacketSource() local533 params.c_str(), &encWidth, &encHeight); in APacketSource()541 width = encWidth; in APacketSource()
66 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…
114 mEncodeHandle->encWidth[0] = mFrameWidth; in initEncoder()
172 Int encWidth[2]; member
146 encParams.encWidth[0] = width; in main()
136 mEncodeHandle->encWidth[0] = mFrameWidth; in initEncoderParams()
122 mEncParams->encWidth[0] = mWidth; in initEncParams()
464 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()
407 mEncParams->encWidth[0] = mSize->width; in initEncParams()